#ADFCAB

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

Shades of Celadon #ADFCAB

Tints of Celadon #ADFCAB

Color information

#ADFCAB (or 0xADFCAB) is unknown color: approx Celadon. HEX triplet: AD, FC and AB. RGB value is (173,252,171). Sum of RGB (Red+Green+Blue) = 173+252+171=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFCAB is #520354. Grayscale: #DBDBDB. Windows color (decimal): -5374805 or 11271341. OLE color: 11271341.

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

Color convert

RGB173252171-
CMYK0.3100.320.01
HSL118.52º93.1%82.94%-
HSV(B)118.52º32.14%98.82%-
XYZ59.3981.4551.12-
YUV219.14100.8395.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=29.03%
G=42.28%
B=28.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732521710.3100.320.01118.5293.182.94
HexADFCAB1F0201775d53
Octal255374253370401167135123
Binary1010110111111100101010111111101000001111011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCAB; }

 p { color: rgb(173,252,171); }

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

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

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

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

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

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

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