Html Css Color HEX #ADFCE0 Water Leaf

📋 copy color: '#ADFCE0'

red 173 ◦ green 252 ◦ blue 224

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

Shades of Water Leaf #ADFCE0

Tints of Water Leaf #ADFCE0

RGB

 RED value IS 173 (67.97% from 255) = 26.66%

 GREEN value IS 252 (98.83% from 255) = 38.83%

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

R = 26.66%
G = 38.83%
B = 34.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#ADFCE0 (or 0xADFCE0) is known color: Water Leaf. HEX triplet: AD, FC and E0. RGB value is (173,252,224). Sum of RGB (Red+Green+Blue) = 173+252+224=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCE0 is #52031F. Grayscale: #E1E1E1. Windows color (decimal): -5374752 or 14744749. OLE color: 14744749.

HSL color Cylindrical-coordinate representation of color #ADFCE0: hue angle of 158.73º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCE0 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 224 -
CMYK 0.31 0 0.11 0.01
HSL 158.73º 0.93% 0.83% -
HSV(B) 158.73º 0.31% 0.99% -
XYZ 65.5 83.89 83.26 -
YUV 225.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 173 252 224 0.31 0 0.11 0.01 158.73 0.93 0.83
Hex AD FC E0 1F 0 B 1 9F 5D 53
Octal 255 374 340 37 0 13 1 237 135 123
Binary 10101101 11111100 11100000 11111 0 1011 1 10011111 1011101 1010011

Color Harmonies of #ADFCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFCE0

Black with #ADFCE0

Text Example


Text Example

White with #ADFCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFCE0; }

 p { color: rgb(173,252,224); }

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

background-color css

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

 a { background-color: rgb(173,252,224); }

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

border-color css

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

 span { border-color: rgb(173,252,224); }

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