#ADFAAD

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

Shades of Celadon #ADFAAD

Tints of Celadon #ADFAAD

Color information

#ADFAAD (or 0xADFAAD) is unknown color: approx Celadon. HEX triplet: AD, FA and AD. RGB value is (173,250,173). Sum of RGB (Red+Green+Blue) = 173+250+173=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAAD is #520552. Grayscale: #DADADA. Windows color (decimal): -5375315 or 11401901. OLE color: 11401901.

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

Color convert

RGB173250173-
CMYK0.3100.310.02
HSL120º88.51%82.94%-
HSV(B)120º30.8%98.04%-
XYZ58.9680.2751.92-
YUV218.2102.4995.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=29.03%
G=41.95%
B=29.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501730.3100.310.0212088.5182.94
HexADFAAD1F01F2785953
Octal255372255370372170131123
Binary1010110111111010101011011111101111110111100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAAD; }

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

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

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

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

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

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

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

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