Shades of Celadon #A1FFB7
Tints of Celadon #A1FFB7
RGB
CMYK
RGB Variations
Color information
#A1FFB7 (or 0xA1FFB7) is known color: Celadon. HEX triplet: A1, FF and B7. RGB value is (161,255,183). Sum of RGB (Red+Green+Blue) = 161+255+183=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFB7 is #5E0048. Grayscale: #DADADA. Windows color (decimal): -6160457 or 12058529. OLE color: 12058529.
HSL color Cylindrical-coordinate representation of color #A1FFB7: hue angle of 134.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFB7 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 183 | - |
| CMYK | 0.37 | 0 | 0.28 | 0 |
| HSL | 134.04º | 1% | 0.82% | - |
| HSV(B) | 134.04º | 0.37% | 1% | - |
| XYZ | 59.01 | 82.52 | 57.62 | - |
| YUV | 218.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 183 | 0.37 | 0 | 0.28 | 0 | 134.04 | 1 | 0.82 |
| Hex | A1 | FF | B7 | 25 | 0 | 1C | 0 | 86 | 64 | 52 |
| Octal | 241 | 377 | 267 | 45 | 0 | 34 | 0 | 206 | 144 | 122 |
| Binary | 10100001 | 11111111 | 10110111 | 100101 | 0 | 11100 | 0 | 10000110 | 1100100 | 1010010 |
Color Harmonies of #A1FFB7
Complementary color
Monochromatic Colors of #A1FFB7
Black with #A1FFB7
Text Example
Text Example
White with #A1FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFB7; }
p { color: rgb(161,255,183); }
H1.HeaderClassName
{
color: #A1FFB7;
}
.AnyTagClassName
{
color: #A1FFB7;
}
</style>
background-color css
<style>
a { background-color: #A1FFB7; }
a { background-color: rgb(161,255,183); }
div.DivClassName
{
background-color: #A1FFB7;
}
.BgClassName
{
background-color: #A1FFB7;
}
</style>
border-color css
<style>
span { border-color: #A1FFB7; }
span { border-color: rgb(161,255,183); }
td.TdClassName
{
border-color: #A1FFB7;
}
.TagClassName
{
border-color: #A1FFB7;
}
</style>