#acee72

Color #ACEE72 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACEE72

Tints of Feijoa #ACEE72

Color information

#ACEE72 (or 0xACEE72) is unknown color: approx Feijoa. HEX triplet: AC, EE and 72. RGB value is (172,238,114). Sum of RGB (Red+Green+Blue) = 172+238+114=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEE72 is #53118D. Grayscale: #CCCCCC. Windows color (decimal): -5443982 or 7532204. OLE color: 7532204.

HSL color Cylindrical-coordinate representation of color #ACEE72: hue angle of 91.94º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACEE72 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB172238114-
CMYK0.2800.520.07
HSL91.94º78.48%69.02%-
HSV(B)91.94º52.1%93.33%-
XYZ50.6371.1326.98-
YUV204.1377.13105.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 238 (93.36% from 255) = 45.42%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=32.82%
G=45.42%
B=21.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722381140.2800.520.0791.9478.4869.02
HexACEE721C03475c4e45
Octal254356162340647134116105
Binary10101100111011101110010111000110100111101110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acee72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acee72; }

 p { color: rgb(172,238,114); }

 H1.HeaderClassName
 {
   color: #acee72;
 }
 .AnyTagClassName
 {
   color: #acee72;
 }
</style>
background-color css

<style>
 a { background-color: #acee72; }

 a { background-color: rgb(172,238,114); }

 div.DivClassName
 {
   background-color: #acee72;
 }
 .BgClassName
 {
   background-color: #acee72;
 }
</style>
border-color css

<style>
 span { border-color: #acee72; }

 span { border-color: rgb(172,238,114); }

 td.TdClassName
 {
   border-color: #acee72;
 }
 .TagClassName
 {
   border-color: #acee72;
 }
</style>