Shades of Celadon #A1F9B0
Tints of Celadon #A1F9B0
RGB
CMYK
RGB Variations
Color information
#A1F9B0 (or 0xA1F9B0) is known color: Celadon. HEX triplet: A1, F9 and B0. RGB value is (161,249,176). Sum of RGB (Red+Green+Blue) = 161+249+176=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F9B0 is #5E064F. Grayscale: #D6D6D6. Windows color (decimal): -6162000 or 11598241. OLE color: 11598241.
HSL color Cylindrical-coordinate representation of color #A1F9B0: hue angle of 130.23º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9B0 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 176 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.02 |
| HSL | 130.23º | 0.88% | 0.8% | - |
| HSV(B) | 130.23º | 0.35% | 0.98% | - |
| XYZ | 56.41 | 78.46 | 53.25 | - |
| YUV | 214.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 176 | 0.35 | 0 | 0.29 | 0.02 | 130.23 | 0.88 | 0.8 |
| Hex | A1 | F9 | B0 | 23 | 0 | 1D | 2 | 82 | 58 | 50 |
| Octal | 241 | 371 | 260 | 43 | 0 | 35 | 2 | 202 | 130 | 120 |
| Binary | 10100001 | 11111001 | 10110000 | 100011 | 0 | 11101 | 10 | 10000010 | 1011000 | 1010000 |
Color Harmonies of #A1F9B0
Complementary color
Monochromatic Colors of #A1F9B0
Black with #A1F9B0
Text Example
Text Example
White with #A1F9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9B0; }
p { color: rgb(161,249,176); }
H1.HeaderClassName
{
color: #A1F9B0;
}
.AnyTagClassName
{
color: #A1F9B0;
}
</style>
background-color css
<style>
a { background-color: #A1F9B0; }
a { background-color: rgb(161,249,176); }
div.DivClassName
{
background-color: #A1F9B0;
}
.BgClassName
{
background-color: #A1F9B0;
}
</style>
border-color css
<style>
span { border-color: #A1F9B0; }
span { border-color: rgb(161,249,176); }
td.TdClassName
{
border-color: #A1F9B0;
}
.TagClassName
{
border-color: #A1F9B0;
}
</style>