Html Css Color HEX #A9EFE0 Water Leaf

📋 copy color: '#A9EFE0'

red 169 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #A9EFE0

Tints of Water Leaf #A9EFE0

RGB

 RED value IS 169 (66.41% from 255) = 26.74%

 GREEN value IS 239 (93.75% from 255) = 37.82%

 BLUE value IS 224 (87.89% from 255) = 35.44%

R = 26.74%
G = 37.82%
B = 35.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#A9EFE0 (or 0xA9EFE0) is known color: Water Leaf. HEX triplet: A9, EF and E0. RGB value is (169,239,224). Sum of RGB (Red+Green+Blue) = 169+239+224=632 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.74% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EFE0 is #56101F. Grayscale: #D8D8D8. Windows color (decimal): -5640224 or 14741417. OLE color: 14741417.

HSL color Cylindrical-coordinate representation of color #A9EFE0: hue angle of 167.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EFE0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 239 224 -
CMYK 0.29 0 0.06 0.06
HSL 167.14º 0.69% 0.8% -
HSV(B) 167.14º 0.29% 0.94% -
XYZ 60.68 75.55 81.91 -
YUV 216.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 169 239 224 0.29 0 0.06 0.06 167.14 0.69 0.8
Hex A9 EF E0 1D 0 6 6 A7 45 50
Octal 251 357 340 35 0 6 6 247 105 120
Binary 10101001 11101111 11100000 11101 0 110 110 10100111 1000101 1010000

Color Harmonies of #A9EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EFE0

Black with #A9EFE0

Text Example


Text Example

White with #A9EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EFE0; }

 p { color: rgb(169,239,224); }

 H1.HeaderClassName
 {
   color: #A9EFE0;
 }
 .AnyTagClassName
 {
   color: #A9EFE0;
 }
</style>

background-color css

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

 a { background-color: rgb(169,239,224); }

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

border-color css

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

 span { border-color: rgb(169,239,224); }

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