Shades of Celadon #A4F8B1
Tints of Celadon #A4F8B1
RGB
CMYK
RGB Variations
Color information
#A4F8B1 (or 0xA4F8B1) is known color: Celadon. HEX triplet: A4, F8 and B1. RGB value is (164,248,177). Sum of RGB (Red+Green+Blue) = 164+248+177=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F8B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F8B1 is #5B074E. Grayscale: #D6D6D6. Windows color (decimal): -5965647 or 11663524. OLE color: 11663524.
HSL color Cylindrical-coordinate representation of color #A4F8B1: hue angle of 129.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F8B1 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 248 | 177 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.03 |
| HSL | 129.29º | 0.86% | 0.81% | - |
| HSV(B) | 129.29º | 0.34% | 0.97% | - |
| XYZ | 56.81 | 78.2 | 53.7 | - |
| YUV | 214.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 248 | 177 | 0.34 | 0 | 0.29 | 0.03 | 129.29 | 0.86 | 0.81 |
| Hex | A4 | F8 | B1 | 22 | 0 | 1D | 3 | 81 | 56 | 51 |
| Octal | 244 | 370 | 261 | 42 | 0 | 35 | 3 | 201 | 126 | 121 |
| Binary | 10100100 | 11111000 | 10110001 | 100010 | 0 | 11101 | 11 | 10000001 | 1010110 | 1010001 |
Color Harmonies of #A4F8B1
Complementary color
Monochromatic Colors of #A4F8B1
Black with #A4F8B1
Text Example
Text Example
White with #A4F8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F8B1; }
p { color: rgb(164,248,177); }
H1.HeaderClassName
{
color: #A4F8B1;
}
.AnyTagClassName
{
color: #A4F8B1;
}
</style>
background-color css
<style>
a { background-color: #A4F8B1; }
a { background-color: rgb(164,248,177); }
div.DivClassName
{
background-color: #A4F8B1;
}
.BgClassName
{
background-color: #A4F8B1;
}
</style>
border-color css
<style>
span { border-color: #A4F8B1; }
span { border-color: rgb(164,248,177); }
td.TdClassName
{
border-color: #A4F8B1;
}
.TagClassName
{
border-color: #A4F8B1;
}
</style>