#ADF9B6

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

Shades of Celadon #ADF9B6

Tints of Celadon #ADF9B6

Color information

#ADF9B6 (or 0xADF9B6) is unknown color: approx Celadon. HEX triplet: AD, F9 and B6. RGB value is (173,249,182). Sum of RGB (Red+Green+Blue) = 173+249+182=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9B6 is #520649. Grayscale: #DADADA. Windows color (decimal): -5375562 or 11991469. OLE color: 11991469.

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

Color convert

RGB173249182-
CMYK0.3100.270.02
HSL127.11º86.36%82.75%-
HSV(B)127.11º30.52%97.65%-
XYZ59.5580.0156.56-
YUV218.64107.3295.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 249 (97.66% from 255) = 41.23%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=28.64%
G=41.23%
B=30.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491820.3100.270.02127.1186.3682.75
HexADF9B61F01B27f5653
Octal255371266370332177126123
Binary1010110111111001101101101111101101110111111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9B6; }

 p { color: rgb(173,249,182); }

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

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

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

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

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

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

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