Shades of Celadon #A1FEB5
Tints of Celadon #A1FEB5
RGB
CMYK
RGB Variations
Color information
#A1FEB5 (or 0xA1FEB5) is known color: Celadon. HEX triplet: A1, FE and B5. RGB value is (161,254,181). Sum of RGB (Red+Green+Blue) = 161+254+181=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEB5 is #5E014A. Grayscale: #DADADA. Windows color (decimal): -6160715 or 11927201. OLE color: 11927201.
HSL color Cylindrical-coordinate representation of color #A1FEB5: hue angle of 132.9º 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 #A1FEB5 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 181 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.00 |
| HSL | 132.9º | 0.98% | 0.81% | - |
| HSV(B) | 132.9º | 0.37% | 1% | - |
| XYZ | 58.48 | 81.8 | 56.42 | - |
| YUV | 217.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 181 | 0.37 | 0 | 0.29 | 0.00 | 132.9 | 0.98 | 0.81 |
| Hex | A1 | FE | B5 | 25 | 0 | 1D | 0 | 85 | 62 | 51 |
| Octal | 241 | 376 | 265 | 45 | 0 | 35 | 0 | 205 | 142 | 121 |
| Binary | 10100001 | 11111110 | 10110101 | 100101 | 0 | 11101 | 0 | 10000101 | 1100010 | 1010001 |
Color Harmonies of #A1FEB5
Complementary color
Monochromatic Colors of #A1FEB5
Black with #A1FEB5
Text Example
Text Example
White with #A1FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEB5; }
p { color: rgb(161,254,181); }
H1.HeaderClassName
{
color: #A1FEB5;
}
.AnyTagClassName
{
color: #A1FEB5;
}
</style>
background-color css
<style>
a { background-color: #A1FEB5; }
a { background-color: rgb(161,254,181); }
div.DivClassName
{
background-color: #A1FEB5;
}
.BgClassName
{
background-color: #A1FEB5;
}
</style>
border-color css
<style>
span { border-color: #A1FEB5; }
span { border-color: rgb(161,254,181); }
td.TdClassName
{
border-color: #A1FEB5;
}
.TagClassName
{
border-color: #A1FEB5;
}
</style>