Shades of Celadon #A1F4AC
Tints of Celadon #A1F4AC
RGB
CMYK
RGB Variations
Color information
#A1F4AC (or 0xA1F4AC) is known color: Celadon. HEX triplet: A1, F4 and AC. RGB value is (161,244,172). Sum of RGB (Red+Green+Blue) = 161+244+172=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F4AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F4AC is #5E0B53. Grayscale: #D3D3D3. Windows color (decimal): -6163284 or 11334817. OLE color: 11334817.
HSL color Cylindrical-coordinate representation of color #A1F4AC: hue angle of 127.95º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F4AC is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 172 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.04 |
| HSL | 127.95º | 0.79% | 0.79% | - |
| HSV(B) | 127.95º | 0.34% | 0.96% | - |
| XYZ | 54.5 | 75.26 | 50.68 | - |
| YUV | 210.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 172 | 0.34 | 0 | 0.30 | 0.04 | 127.95 | 0.79 | 0.79 |
| Hex | A1 | F4 | AC | 22 | 0 | 1E | 4 | 80 | 4F | 4F |
| Octal | 241 | 364 | 254 | 42 | 0 | 36 | 4 | 200 | 117 | 117 |
| Binary | 10100001 | 11110100 | 10101100 | 100010 | 0 | 11110 | 100 | 10000000 | 1001111 | 1001111 |
Color Harmonies of #A1F4AC
Complementary color
Monochromatic Colors of #A1F4AC
Black with #A1F4AC
Text Example
Text Example
White with #A1F4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F4AC; }
p { color: rgb(161,244,172); }
H1.HeaderClassName
{
color: #A1F4AC;
}
.AnyTagClassName
{
color: #A1F4AC;
}
</style>
background-color css
<style>
a { background-color: #A1F4AC; }
a { background-color: rgb(161,244,172); }
div.DivClassName
{
background-color: #A1F4AC;
}
.BgClassName
{
background-color: #A1F4AC;
}
</style>
border-color css
<style>
span { border-color: #A1F4AC; }
span { border-color: rgb(161,244,172); }
td.TdClassName
{
border-color: #A1F4AC;
}
.TagClassName
{
border-color: #A1F4AC;
}
</style>