Shades of Celadon #A1F1AA
Tints of Celadon #A1F1AA
RGB
CMYK
RGB Variations
Color information
#A1F1AA (or 0xA1F1AA) is known color: Celadon. HEX triplet: A1, F1 and AA. RGB value is (161,241,170). Sum of RGB (Red+Green+Blue) = 161+241+170=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F1AA is #5E0E55. Grayscale: #D1D1D1. Windows color (decimal): -6164054 or 11202977. OLE color: 11202977.
HSL color Cylindrical-coordinate representation of color #A1F1AA: hue angle of 126.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F1AA is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 170 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.05 |
| HSL | 126.75º | 0.74% | 0.79% | - |
| HSV(B) | 126.75º | 0.33% | 0.95% | - |
| XYZ | 53.41 | 73.39 | 49.38 | - |
| YUV | 208.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 170 | 0.33 | 0 | 0.29 | 0.05 | 126.75 | 0.74 | 0.79 |
| Hex | A1 | F1 | AA | 21 | 0 | 1D | 5 | 7F | 4A | 4F |
| Octal | 241 | 361 | 252 | 41 | 0 | 35 | 5 | 177 | 112 | 117 |
| Binary | 10100001 | 11110001 | 10101010 | 100001 | 0 | 11101 | 101 | 1111111 | 1001010 | 1001111 |
Color Harmonies of #A1F1AA
Complementary color
Monochromatic Colors of #A1F1AA
Black with #A1F1AA
Text Example
Text Example
White with #A1F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1AA; }
p { color: rgb(161,241,170); }
H1.HeaderClassName
{
color: #A1F1AA;
}
.AnyTagClassName
{
color: #A1F1AA;
}
</style>
background-color css
<style>
a { background-color: #A1F1AA; }
a { background-color: rgb(161,241,170); }
div.DivClassName
{
background-color: #A1F1AA;
}
.BgClassName
{
background-color: #A1F1AA;
}
</style>
border-color css
<style>
span { border-color: #A1F1AA; }
span { border-color: rgb(161,241,170); }
td.TdClassName
{
border-color: #A1F1AA;
}
.TagClassName
{
border-color: #A1F1AA;
}
</style>