Shades of Celadon #A4F6AB
Tints of Celadon #A4F6AB
RGB
CMYK
RGB Variations
Color information
#A4F6AB (or 0xA4F6AB) is known color: Celadon. HEX triplet: A4, F6 and AB. RGB value is (164,246,171). Sum of RGB (Red+Green+Blue) = 164+246+171=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F6AB is #5B0954. Grayscale: #D5D5D5. Windows color (decimal): -5966165 or 11269796. OLE color: 11269796.
HSL color Cylindrical-coordinate representation of color #A4F6AB: hue angle of 125.12º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F6AB is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 246 | 171 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.04 |
| HSL | 125.12º | 0.82% | 0.8% | - |
| HSV(B) | 125.12º | 0.33% | 0.96% | - |
| XYZ | 55.62 | 76.74 | 50.41 | - |
| YUV | 212.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 246 | 171 | 0.33 | 0 | 0.30 | 0.04 | 125.12 | 0.82 | 0.8 |
| Hex | A4 | F6 | AB | 21 | 0 | 1E | 4 | 7D | 52 | 50 |
| Octal | 244 | 366 | 253 | 41 | 0 | 36 | 4 | 175 | 122 | 120 |
| Binary | 10100100 | 11110110 | 10101011 | 100001 | 0 | 11110 | 100 | 1111101 | 1010010 | 1010000 |
Color Harmonies of #A4F6AB
Complementary color
Monochromatic Colors of #A4F6AB
Black with #A4F6AB
Text Example
Text Example
White with #A4F6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F6AB; }
p { color: rgb(164,246,171); }
H1.HeaderClassName
{
color: #A4F6AB;
}
.AnyTagClassName
{
color: #A4F6AB;
}
</style>
background-color css
<style>
a { background-color: #A4F6AB; }
a { background-color: rgb(164,246,171); }
div.DivClassName
{
background-color: #A4F6AB;
}
.BgClassName
{
background-color: #A4F6AB;
}
</style>
border-color css
<style>
span { border-color: #A4F6AB; }
span { border-color: rgb(164,246,171); }
td.TdClassName
{
border-color: #A4F6AB;
}
.TagClassName
{
border-color: #A4F6AB;
}
</style>