#ADF9B0

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

Shades of Celadon #ADF9B0

Tints of Celadon #ADF9B0

Color information

#ADF9B0 (or 0xADF9B0) is unknown color: approx Celadon. HEX triplet: AD, F9 and B0. RGB value is (173,249,176). Sum of RGB (Red+Green+Blue) = 173+249+176=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF9B0 is #52064F. Grayscale: #DADADA. Windows color (decimal): -5375568 or 11598253. OLE color: 11598253.

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

Color convert

RGB173249176-
CMYK0.3100.290.02
HSL122.37º86.36%82.75%-
HSV(B)122.37º30.52%97.65%-
XYZ58.9579.7753.36-
YUV217.95104.3295.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 249 (97.66% from 255) = 41.64%
BLUE value IS 176 (69.14% from 255) = 29.43%
R=28.93%
G=41.64%
B=29.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491760.3100.290.02122.3786.3682.75
HexADF9B01F01D27a5653
Octal255371260370352172126123
Binary1010110111111001101100001111101110110111101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9B0; }

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

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

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

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

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

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

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

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