Html Css Color HEX #ACFFE9 Water Leaf

📋 copy color: '#ACFFE9'

red 172 ◦ green 255 ◦ blue 233

#ACFFE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #ACFFE9

Tints of Water Leaf #ACFFE9

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.3%

R = 26.06%
G = 38.64%
B = 35.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#ACFFE9 (or 0xACFFE9) is known color: 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

RGB 172 255 233 -
CMYK 0.33 0 0.09 0
HSL 164.1º 1% 0.84% -
HSV(B) 164.1º 0.33% 1% -
XYZ 67.48 86.17 90.17 -
YUV 227.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 172 255 233 0.33 0 0.09 0 164.1 1 0.84
Hex AC FF E9 21 0 9 0 A4 64 54
Octal 254 377 351 41 0 11 0 244 144 124
Binary 10101100 11111111 11101001 100001 0 1001 0 10100100 1100100 1010100

Color Harmonies of #ACFFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFE9

Black with #ACFFE9

Text Example


Text Example

White with #ACFFE9

Text Example


Text Example

HTML Codes & Css Web 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>