#ADF9DF

Color #ADF9DF Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ADF9DF

Tints of Water Leaf #ADF9DF

Color information

#ADF9DF (or 0xADF9DF) is unknown color: approx Water Leaf. HEX triplet: AD, F9 and DF. RGB value is (173,249,223). Sum of RGB (Red+Green+Blue) = 173+249+223=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9DF is #520620. Grayscale: #DFDFDF. Windows color (decimal): -5375521 or 14678445. OLE color: 14678445.

HSL color Cylindrical-coordinate representation of color #ADF9DF: hue angle of 159.47º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9DF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB173249223-
CMYK0.3100.100.02
HSL159.47º86.36%82.75%-
HSV(B)159.47º30.52%97.65%-
XYZ64.4381.9682.24-
YUV223.31127.8292.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.82%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=26.82%
G=38.60%
B=34.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732492230.3100.100.02159.4786.3682.75
HexADF9DF1F0A29f5653
Octal255371337370122237126123
Binary1010110111111001110111111111101010101001111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9DF; }

 p { color: rgb(173,249,223); }

 H1.HeaderClassName
 {
   color: #ADF9DF;
 }
 .AnyTagClassName
 {
   color: #ADF9DF;
 }
</style>
background-color css

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

 a { background-color: rgb(173,249,223); }

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

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

 span { border-color: rgb(173,249,223); }

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