Shades of Celadon #A1F2AD
Tints of Celadon #A1F2AD
RGB
CMYK
RGB Variations
Color information
#A1F2AD (or 0xA1F2AD) is known color: Celadon. HEX triplet: A1, F2 and AD. RGB value is (161,242,173). Sum of RGB (Red+Green+Blue) = 161+242+173=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F2AD is #5E0D52. Grayscale: #D2D2D2. Windows color (decimal): -6163795 or 11399841. OLE color: 11399841.
HSL color Cylindrical-coordinate representation of color #A1F2AD: hue angle of 128.89º degrees, saturation: 0.76, 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 #A1F2AD is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 173 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.05 |
| HSL | 128.89º | 0.76% | 0.79% | - |
| HSV(B) | 128.89º | 0.33% | 0.95% | - |
| XYZ | 53.99 | 74.1 | 50.99 | - |
| YUV | 209.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 173 | 0.33 | 0 | 0.29 | 0.05 | 128.89 | 0.76 | 0.79 |
| Hex | A1 | F2 | AD | 21 | 0 | 1D | 5 | 81 | 4C | 4F |
| Octal | 241 | 362 | 255 | 41 | 0 | 35 | 5 | 201 | 114 | 117 |
| Binary | 10100001 | 11110010 | 10101101 | 100001 | 0 | 11101 | 101 | 10000001 | 1001100 | 1001111 |
Color Harmonies of #A1F2AD
Complementary color
Monochromatic Colors of #A1F2AD
Black with #A1F2AD
Text Example
Text Example
White with #A1F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F2AD; }
p { color: rgb(161,242,173); }
H1.HeaderClassName
{
color: #A1F2AD;
}
.AnyTagClassName
{
color: #A1F2AD;
}
</style>
background-color css
<style>
a { background-color: #A1F2AD; }
a { background-color: rgb(161,242,173); }
div.DivClassName
{
background-color: #A1F2AD;
}
.BgClassName
{
background-color: #A1F2AD;
}
</style>
border-color css
<style>
span { border-color: #A1F2AD; }
span { border-color: rgb(161,242,173); }
td.TdClassName
{
border-color: #A1F2AD;
}
.TagClassName
{
border-color: #A1F2AD;
}
</style>