#ADFDAD

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

Shades of Celadon #ADFDAD

Tints of Celadon #ADFDAD

Color information

#ADFDAD (or 0xADFDAD) is unknown color: approx Celadon. HEX triplet: AD, FD and AD. RGB value is (173,253,173). Sum of RGB (Red+Green+Blue) = 173+253+173=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDAD is #520252. Grayscale: #DCDCDC. Windows color (decimal): -5374547 or 11402669. OLE color: 11402669.

HSL color Cylindrical-coordinate representation of color #ADFDAD: hue angle of 120º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDAD is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB173253173-
CMYK0.3200.320.01
HSL120º95.24%83.53%-
HSV(B)120º31.62%99.22%-
XYZ59.982.1552.23-
YUV219.96101.594.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=28.88%
G=42.24%
B=28.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531730.3200.320.0112095.2483.53
HexADFDAD200201785f54
Octal255375255400401170137124
Binary10101101111111011010110110000001000001111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDAD; }

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

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

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

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

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

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

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

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