#ADFAAF

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

Shades of Celadon #ADFAAF

Tints of Celadon #ADFAAF

Color information

#ADFAAF (or 0xADFAAF) is unknown color: approx Celadon. HEX triplet: AD, FA and AF. RGB value is (173,250,175). Sum of RGB (Red+Green+Blue) = 173+250+175=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAAF is #520550. Grayscale: #DADADA. Windows color (decimal): -5375313 or 11532973. OLE color: 11532973.

HSL color Cylindrical-coordinate representation of color #ADFAAF: hue angle of 121.56º degrees, saturation: 0.89, 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 #ADFAAF is Cyan = 0.31, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB173250175-
CMYK0.3100.30.02
HSL121.56º88.51%82.94%-
HSV(B)121.56º30.8%98.04%-
XYZ59.1680.3552.95-
YUV218.43103.4995.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=28.93%
G=41.81%
B=29.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501750.3100.30.02121.5688.5182.94
HexADFAAF1F01E27a5953
Octal255372257370362172131123
Binary1010110111111010101011111111101111010111101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAAF; }

 p { color: rgb(173,250,175); }

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

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

 a { background-color: rgb(173,250,175); }

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

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

 span { border-color: rgb(173,250,175); }

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