Shades of Celadon #ABF2AB
Tints of Celadon #ABF2AB
RGB
CMYK
RGB Variations
Color information
#ABF2AB (or 0xABF2AB) is known color: Celadon. HEX triplet: AB, F2 and AB. RGB value is (171,242,171). Sum of RGB (Red+Green+Blue) = 171+242+171=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF2AB is #540D54. Grayscale: #D4D4D4. Windows color (decimal): -5508437 or 11268779. OLE color: 11268779.
HSL color Cylindrical-coordinate representation of color #ABF2AB: hue angle of 120º 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 #ABF2AB is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 171 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 120º | 0.73% | 0.81% | - |
| HSV(B) | 120º | 0.29% | 0.95% | - |
| XYZ | 55.9 | 75.1 | 50.08 | - |
| YUV | 212.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 171 | 0.29 | 0 | 0.29 | 0.05 | 120 | 0.73 | 0.81 |
| Hex | AB | F2 | AB | 1D | 0 | 1D | 5 | 78 | 49 | 51 |
| Octal | 253 | 362 | 253 | 35 | 0 | 35 | 5 | 170 | 111 | 121 |
| Binary | 10101011 | 11110010 | 10101011 | 11101 | 0 | 11101 | 101 | 1111000 | 1001001 | 1010001 |
Color Harmonies of #ABF2AB
Complementary color
Monochromatic Colors of #ABF2AB
Black with #ABF2AB
Text Example
Text Example
White with #ABF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2AB; }
p { color: rgb(171,242,171); }
H1.HeaderClassName
{
color: #ABF2AB;
}
.AnyTagClassName
{
color: #ABF2AB;
}
</style>
background-color css
<style>
a { background-color: #ABF2AB; }
a { background-color: rgb(171,242,171); }
div.DivClassName
{
background-color: #ABF2AB;
}
.BgClassName
{
background-color: #ABF2AB;
}
</style>
border-color css
<style>
span { border-color: #ABF2AB; }
span { border-color: rgb(171,242,171); }
td.TdClassName
{
border-color: #ABF2AB;
}
.TagClassName
{
border-color: #ABF2AB;
}
</style>