#ADF2B0

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

Shades of Celadon #ADF2B0

Tints of Celadon #ADF2B0

Color information

#ADF2B0 (or 0xADF2B0) is unknown color: approx Celadon. HEX triplet: AD, F2 and B0. RGB value is (173,242,176). Sum of RGB (Red+Green+Blue) = 173+242+176=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF2B0 is #520D4F. Grayscale: #D6D6D6. Windows color (decimal): -5377360 or 11596461. OLE color: 11596461.

HSL color Cylindrical-coordinate representation of color #ADF2B0: hue angle of 122.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB173242176-
CMYK0.2900.270.05
HSL122.61º72.63%81.37%-
HSV(B)122.61º28.51%94.9%-
XYZ56.8275.5252.66-
YUV213.84106.6498.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=29.27%
G=40.95%
B=29.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732421760.2900.270.05122.6172.6381.37
HexADF2B01D01B57b4951
Octal255362260350335173111121
Binary10101101111100101011000011101011011101111101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2B0; }

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

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

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

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

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

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

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

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