Shades of Celadon #A1F0AC
Tints of Celadon #A1F0AC
RGB
CMYK
RGB Variations
Color information
#A1F0AC (or 0xA1F0AC) is known color: Celadon. HEX triplet: A1, F0 and AC. RGB value is (161,240,172). Sum of RGB (Red+Green+Blue) = 161+240+172=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F0AC is #5E0F53. Grayscale: #D0D0D0. Windows color (decimal): -6164308 or 11333793. OLE color: 11333793.
HSL color Cylindrical-coordinate representation of color #A1F0AC: hue angle of 128.35º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0AC is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 172 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.06 |
| HSL | 128.35º | 0.72% | 0.79% | - |
| HSV(B) | 128.35º | 0.33% | 0.94% | - |
| XYZ | 53.3 | 72.88 | 50.29 | - |
| YUV | 208.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 172 | 0.33 | 0 | 0.28 | 0.06 | 128.35 | 0.72 | 0.79 |
| Hex | A1 | F0 | AC | 21 | 0 | 1C | 6 | 80 | 48 | 4F |
| Octal | 241 | 360 | 254 | 41 | 0 | 34 | 6 | 200 | 110 | 117 |
| Binary | 10100001 | 11110000 | 10101100 | 100001 | 0 | 11100 | 110 | 10000000 | 1001000 | 1001111 |
Color Harmonies of #A1F0AC
Complementary color
Monochromatic Colors of #A1F0AC
Black with #A1F0AC
Text Example
Text Example
White with #A1F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F0AC; }
p { color: rgb(161,240,172); }
H1.HeaderClassName
{
color: #A1F0AC;
}
.AnyTagClassName
{
color: #A1F0AC;
}
</style>
background-color css
<style>
a { background-color: #A1F0AC; }
a { background-color: rgb(161,240,172); }
div.DivClassName
{
background-color: #A1F0AC;
}
.BgClassName
{
background-color: #A1F0AC;
}
</style>
border-color css
<style>
span { border-color: #A1F0AC; }
span { border-color: rgb(161,240,172); }
td.TdClassName
{
border-color: #A1F0AC;
}
.TagClassName
{
border-color: #A1F0AC;
}
</style>