Html Css Color HEX #A5FEE9 Water Leaf

📋 copy color: '#A5FEE9'

red 165 ◦ green 254 ◦ blue 233

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

Shades of Water Leaf #A5FEE9

Tints of Water Leaf #A5FEE9

RGB

 RED value IS 165 (64.84% from 255) = 25.31%

 GREEN value IS 254 (99.61% from 255) = 38.96%

 BLUE value IS 233 (91.41% from 255) = 35.74%

R = 25.31%
G = 38.96%
B = 35.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#A5FEE9 (or 0xA5FEE9) is known color: Water Leaf. HEX triplet: A5, FE and E9. RGB value is (165,254,233). Sum of RGB (Red+Green+Blue) = 165+254+233=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEE9 is #5A0116. Grayscale: #E0E0E0. Windows color (decimal): -5898519 or 15335077. OLE color: 15335077.

HSL color Cylindrical-coordinate representation of color #A5FEE9: hue angle of 165.84º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEE9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 254 233 -
CMYK 0.35 0 0.08 0.00
HSL 165.84º 0.98% 0.82% -
HSV(B) 165.84º 0.35% 1% -
XYZ 65.67 84.77 89.99 -
YUV 225 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 165 254 233 0.35 0 0.08 0.00 165.84 0.98 0.82
Hex A5 FE E9 23 0 8 0 A6 62 52
Octal 245 376 351 43 0 10 0 246 142 122
Binary 10100101 11111110 11101001 100011 0 1000 0 10100110 1100010 1010010

Color Harmonies of #A5FEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FEE9

Black with #A5FEE9

Text Example


Text Example

White with #A5FEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FEE9; }

 p { color: rgb(165,254,233); }

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

background-color css

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

 a { background-color: rgb(165,254,233); }

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

border-color css

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

 span { border-color: rgb(165,254,233); }

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