#ADFDAF

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

Shades of Celadon #ADFDAF

Tints of Celadon #ADFDAF

Color information

#ADFDAF (or 0xADFDAF) is unknown color: approx Celadon. HEX triplet: AD, FD and AF. RGB value is (173,253,175). Sum of RGB (Red+Green+Blue) = 173+253+175=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDAF is #520250. Grayscale: #DCDCDC. Windows color (decimal): -5374545 or 11533741. OLE color: 11533741.

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

Color convert

RGB173253175-
CMYK0.3200.310.01
HSL121.5º95.24%83.53%-
HSV(B)121.5º31.62%99.22%-
XYZ60.182.2353.26-
YUV220.19102.594.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 253 (99.22% from 255) = 42.10%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=28.79%
G=42.10%
B=29.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531750.3200.310.01121.595.2483.53
HexADFDAF2001F17a5f54
Octal255375257400371172137124
Binary1010110111111101101011111000000111111111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDAF; }

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

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

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

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

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

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

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

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