#ACFFE9

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

Shades of Water Leaf #ACFFE9

Tints of Water Leaf #ACFFE9

Color information

#ACFFE9 (or 0xACFFE9) is unknown color: approx Water Leaf. HEX triplet: AC, FF and E9. RGB value is (172,255,233). Sum of RGB (Red+Green+Blue) = 172+255+233=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFE9 is #530016. Grayscale: #E3E3E3. Windows color (decimal): -5439511 or 15335340. OLE color: 15335340.

HSL color Cylindrical-coordinate representation of color #ACFFE9: hue angle of 164.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFE9 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB172255233-
CMYK0.3300.090
HSL164.1º100%83.73%-
HSV(B)164.1º32.55%100%-
XYZ67.4886.1790.17-
YUV227.6813188.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.06%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=26.06%
G=38.64%
B=35.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552330.3300.090164.110083.73
HexACFFE921090a46454
Octal254377351410110244144124
Binary1010110011111111111010011000010100101010010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFE9; }

 p { color: rgb(172,255,233); }

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

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

 a { background-color: rgb(172,255,233); }

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

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

 span { border-color: rgb(172,255,233); }

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