#ADF2B3

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

Shades of Celadon #ADF2B3

Tints of Celadon #ADF2B3

Color information

#ADF2B3 (or 0xADF2B3) is unknown color: approx Celadon. HEX triplet: AD, F2 and B3. RGB value is (173,242,179). Sum of RGB (Red+Green+Blue) = 173+242+179=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2B3 is #520D4C. Grayscale: #D6D6D6. Windows color (decimal): -5377357 or 11793069. OLE color: 11793069.

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

Color convert

RGB173242179-
CMYK0.2900.260.05
HSL125.22º72.63%81.37%-
HSV(B)125.22º28.51%94.9%-
XYZ57.1275.6454.24-
YUV214.19108.1498.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=29.12%
G=40.74%
B=30.13%

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
Decimal1732421790.2900.260.05125.2272.6381.37
HexADF2B31D01A57d4951
Octal255362263350325175111121
Binary10101101111100101011001111101011010101111110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2B3; }

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

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

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

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

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

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

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

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