#ADF0AD

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

Shades of Celadon #ADF0AD

Tints of Celadon #ADF0AD

Color information

#ADF0AD (or 0xADF0AD) is unknown color: approx Celadon. HEX triplet: AD, F0 and AD. RGB value is (173,240,173). Sum of RGB (Red+Green+Blue) = 173+240+173=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF0AD is #520F52. Grayscale: #D4D4D4. Windows color (decimal): -5377875 or 11399341. OLE color: 11399341.

HSL color Cylindrical-coordinate representation of color #ADF0AD: hue angle of 120º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0AD is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB173240173-
CMYK0.2800.280.06
HSL120º69.07%80.98%-
HSV(B)120º27.92%94.12%-
XYZ55.9474.2250.91-
YUV212.33105.899.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=29.52%
G=40.96%
B=29.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732401730.2800.280.0612069.0780.98
HexADF0AD1C01C6784551
Octal255360255340346170105121
Binary10101101111100001010110111100011100110111100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0AD; }

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

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

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

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

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

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

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

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