Shades of Celadon #A1F1B0
Tints of Celadon #A1F1B0
RGB
CMYK
RGB Variations
Color information
#A1F1B0 (or 0xA1F1B0) is known color: Celadon. HEX triplet: A1, F1 and B0. RGB value is (161,241,176). Sum of RGB (Red+Green+Blue) = 161+241+176=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F1B0 is #5E0E4F. Grayscale: #D1D1D1. Windows color (decimal): -6164048 or 11596193. OLE color: 11596193.
HSL color Cylindrical-coordinate representation of color #A1F1B0: hue angle of 131.25º 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 #A1F1B0 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 176 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.05 |
| HSL | 131.25º | 0.74% | 0.79% | - |
| HSV(B) | 131.25º | 0.33% | 0.95% | - |
| XYZ | 53.99 | 73.62 | 52.44 | - |
| YUV | 209.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 176 | 0.33 | 0 | 0.27 | 0.05 | 131.25 | 0.74 | 0.79 |
| Hex | A1 | F1 | B0 | 21 | 0 | 1B | 5 | 83 | 4A | 4F |
| Octal | 241 | 361 | 260 | 41 | 0 | 33 | 5 | 203 | 112 | 117 |
| Binary | 10100001 | 11110001 | 10110000 | 100001 | 0 | 11011 | 101 | 10000011 | 1001010 | 1001111 |
Color Harmonies of #A1F1B0
Complementary color
Monochromatic Colors of #A1F1B0
Black with #A1F1B0
Text Example
Text Example
White with #A1F1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1B0; }
p { color: rgb(161,241,176); }
H1.HeaderClassName
{
color: #A1F1B0;
}
.AnyTagClassName
{
color: #A1F1B0;
}
</style>
background-color css
<style>
a { background-color: #A1F1B0; }
a { background-color: rgb(161,241,176); }
div.DivClassName
{
background-color: #A1F1B0;
}
.BgClassName
{
background-color: #A1F1B0;
}
</style>
border-color css
<style>
span { border-color: #A1F1B0; }
span { border-color: rgb(161,241,176); }
td.TdClassName
{
border-color: #A1F1B0;
}
.TagClassName
{
border-color: #A1F1B0;
}
</style>