#ADF2B4

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

Shades of Celadon #ADF2B4

Tints of Celadon #ADF2B4

Color information

#ADF2B4 (or 0xADF2B4) is unknown color: approx Celadon. HEX triplet: AD, F2 and B4. RGB value is (173,242,180). Sum of RGB (Red+Green+Blue) = 173+242+180=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2B4 is #520D4B. Grayscale: #D6D6D6. Windows color (decimal): -5377356 or 11858605. OLE color: 11858605.

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

Color convert

RGB173242180-
CMYK0.2900.260.05
HSL126.09º72.63%81.37%-
HSV(B)126.09º28.51%94.9%-
XYZ57.2275.6854.77-
YUV214.3108.6498.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=29.08%
G=40.67%
B=30.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732421800.2900.260.05126.0972.6381.37
HexADF2B41D01A57e4951
Octal255362264350325176111121
Binary10101101111100101011010011101011010101111111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2B4; }

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

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

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

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

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

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

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

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