Html Css Color HEX #A4F1DE Water Leaf

📋 copy color: '#A4F1DE'

red 164 ◦ green 241 ◦ blue 222

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

Shades of Water Leaf #A4F1DE

Tints of Water Leaf #A4F1DE

RGB

 RED value IS 164 (64.45% from 255) = 26.16%

 GREEN value IS 241 (94.53% from 255) = 38.44%

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 26.16%
G = 38.44%
B = 35.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#A4F1DE (or 0xA4F1DE) is known color: Water Leaf. HEX triplet: A4, F1 and DE. RGB value is (164,241,222). Sum of RGB (Red+Green+Blue) = 164+241+222=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F1DE is #5B0E21. Grayscale: #D7D7D7. Windows color (decimal): -5967394 or 14610852. OLE color: 14610852.

HSL color Cylindrical-coordinate representation of color #A4F1DE: hue angle of 165.19º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F1DE is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 241 222 -
CMYK 0.32 0 0.08 0.05
HSL 165.19º 0.73% 0.79% -
HSV(B) 165.19º 0.32% 0.95% -
XYZ 59.95 76.08 80.63 -
YUV 215.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 164 241 222 0.32 0 0.08 0.05 165.19 0.73 0.79
Hex A4 F1 DE 20 0 8 5 A5 49 4F
Octal 244 361 336 40 0 10 5 245 111 117
Binary 10100100 11110001 11011110 100000 0 1000 101 10100101 1001001 1001111

Color Harmonies of #A4F1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F1DE

Black with #A4F1DE

Text Example


Text Example

White with #A4F1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F1DE; }

 p { color: rgb(164,241,222); }

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

background-color css

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

 a { background-color: rgb(164,241,222); }

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

border-color css

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

 span { border-color: rgb(164,241,222); }

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