Shades of Celadon #A1FEB4
Tints of Celadon #A1FEB4
RGB
CMYK
RGB Variations
Color information
#A1FEB4 (or 0xA1FEB4) is known color: Celadon. HEX triplet: A1, FE and B4. RGB value is (161,254,180). Sum of RGB (Red+Green+Blue) = 161+254+180=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEB4 is #5E014B. Grayscale: #D9D9D9. Windows color (decimal): -6160716 or 11861665. OLE color: 11861665.
HSL color Cylindrical-coordinate representation of color #A1FEB4: hue angle of 132.26º 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 #A1FEB4 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 180 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.00 |
| HSL | 132.26º | 0.98% | 0.81% | - |
| HSV(B) | 132.26º | 0.37% | 1% | - |
| XYZ | 58.38 | 81.76 | 55.88 | - |
| YUV | 217.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 180 | 0.37 | 0 | 0.29 | 0.00 | 132.26 | 0.98 | 0.81 |
| Hex | A1 | FE | B4 | 25 | 0 | 1D | 0 | 84 | 62 | 51 |
| Octal | 241 | 376 | 264 | 45 | 0 | 35 | 0 | 204 | 142 | 121 |
| Binary | 10100001 | 11111110 | 10110100 | 100101 | 0 | 11101 | 0 | 10000100 | 1100010 | 1010001 |
Color Harmonies of #A1FEB4
Complementary color
Monochromatic Colors of #A1FEB4
Black with #A1FEB4
Text Example
Text Example
White with #A1FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEB4; }
p { color: rgb(161,254,180); }
H1.HeaderClassName
{
color: #A1FEB4;
}
.AnyTagClassName
{
color: #A1FEB4;
}
</style>
background-color css
<style>
a { background-color: #A1FEB4; }
a { background-color: rgb(161,254,180); }
div.DivClassName
{
background-color: #A1FEB4;
}
.BgClassName
{
background-color: #A1FEB4;
}
</style>
border-color css
<style>
span { border-color: #A1FEB4; }
span { border-color: rgb(161,254,180); }
td.TdClassName
{
border-color: #A1FEB4;
}
.TagClassName
{
border-color: #A1FEB4;
}
</style>