Shades of Celadon #A1FEB7
Tints of Celadon #A1FEB7
RGB
CMYK
RGB Variations
Color information
#A1FEB7 (or 0xA1FEB7) is known color: Celadon. HEX triplet: A1, FE and B7. RGB value is (161,254,183). Sum of RGB (Red+Green+Blue) = 161+254+183=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEB7 is #5E0148. Grayscale: #DADADA. Windows color (decimal): -6160713 or 12058273. OLE color: 12058273.
HSL color Cylindrical-coordinate representation of color #A1FEB7: hue angle of 134.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEB7 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 183 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.00 |
| HSL | 134.19º | 0.98% | 0.81% | - |
| HSV(B) | 134.19º | 0.37% | 1% | - |
| XYZ | 58.69 | 81.88 | 57.51 | - |
| YUV | 218.1 | 108.19 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 183 | 0.37 | 0 | 0.28 | 0.00 | 134.19 | 0.98 | 0.81 |
| Hex | A1 | FE | B7 | 25 | 0 | 1C | 0 | 86 | 62 | 51 |
| Octal | 241 | 376 | 267 | 45 | 0 | 34 | 0 | 206 | 142 | 121 |
| Binary | 10100001 | 11111110 | 10110111 | 100101 | 0 | 11100 | 0 | 10000110 | 1100010 | 1010001 |
Color Harmonies of #A1FEB7
Complementary color
Monochromatic Colors of #A1FEB7
Black with #A1FEB7
Text Example
Text Example
White with #A1FEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEB7; }
p { color: rgb(161,254,183); }
H1.HeaderClassName
{
color: #A1FEB7;
}
.AnyTagClassName
{
color: #A1FEB7;
}
</style>
background-color css
<style>
a { background-color: #A1FEB7; }
a { background-color: rgb(161,254,183); }
div.DivClassName
{
background-color: #A1FEB7;
}
.BgClassName
{
background-color: #A1FEB7;
}
</style>
border-color css
<style>
span { border-color: #A1FEB7; }
span { border-color: rgb(161,254,183); }
td.TdClassName
{
border-color: #A1FEB7;
}
.TagClassName
{
border-color: #A1FEB7;
}
</style>