Shades of Celadon #A1FCB4
Tints of Celadon #A1FCB4
RGB
CMYK
RGB Variations
Color information
#A1FCB4 (or 0xA1FCB4) is known color: Celadon. HEX triplet: A1, FC and B4. RGB value is (161,252,180). Sum of RGB (Red+Green+Blue) = 161+252+180=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCB4 is #5E034B. Grayscale: #D8D8D8. Windows color (decimal): -6161228 or 11861153. OLE color: 11861153.
HSL color Cylindrical-coordinate representation of color #A1FCB4: hue angle of 132.53º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCB4 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 180 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.01 |
| HSL | 132.53º | 0.94% | 0.81% | - |
| HSV(B) | 132.53º | 0.36% | 0.99% | - |
| XYZ | 57.75 | 80.49 | 55.67 | - |
| YUV | 216.58 | 107.35 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 180 | 0.36 | 0 | 0.29 | 0.01 | 132.53 | 0.94 | 0.81 |
| Hex | A1 | FC | B4 | 24 | 0 | 1D | 1 | 85 | 5E | 51 |
| Octal | 241 | 374 | 264 | 44 | 0 | 35 | 1 | 205 | 136 | 121 |
| Binary | 10100001 | 11111100 | 10110100 | 100100 | 0 | 11101 | 1 | 10000101 | 1011110 | 1010001 |
Color Harmonies of #A1FCB4
Complementary color
Monochromatic Colors of #A1FCB4
Black with #A1FCB4
Text Example
Text Example
White with #A1FCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCB4; }
p { color: rgb(161,252,180); }
H1.HeaderClassName
{
color: #A1FCB4;
}
.AnyTagClassName
{
color: #A1FCB4;
}
</style>
background-color css
<style>
a { background-color: #A1FCB4; }
a { background-color: rgb(161,252,180); }
div.DivClassName
{
background-color: #A1FCB4;
}
.BgClassName
{
background-color: #A1FCB4;
}
</style>
border-color css
<style>
span { border-color: #A1FCB4; }
span { border-color: rgb(161,252,180); }
td.TdClassName
{
border-color: #A1FCB4;
}
.TagClassName
{
border-color: #A1FCB4;
}
</style>