Shades of Celadon #A7E7B1
Tints of Celadon #A7E7B1
RGB
CMYK
RGB Variations
Color information
#A7E7B1 (or 0xA7E7B1) is known color: Celadon. HEX triplet: A7, E7 and B1. RGB value is (167,231,177). Sum of RGB (Red+Green+Blue) = 167+231+177=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E7B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7E7B1 is #58184E. Grayscale: #CDCDCD. Windows color (decimal): -5773391 or 11659175. OLE color: 11659175.
HSL color Cylindrical-coordinate representation of color #A7E7B1: hue angle of 129.38º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7E7B1 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 231 | 177 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.09 |
| HSL | 129.38º | 0.57% | 0.78% | - |
| HSV(B) | 129.38º | 0.28% | 0.91% | - |
| XYZ | 52.45 | 68.54 | 52.06 | - |
| YUV | 205.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 231 | 177 | 0.28 | 0 | 0.23 | 0.09 | 129.38 | 0.57 | 0.78 |
| Hex | A7 | E7 | B1 | 1C | 0 | 17 | 9 | 81 | 39 | 4E |
| Octal | 247 | 347 | 261 | 34 | 0 | 27 | 11 | 201 | 71 | 116 |
| Binary | 10100111 | 11100111 | 10110001 | 11100 | 0 | 10111 | 1001 | 10000001 | 111001 | 1001110 |
Color Harmonies of #A7E7B1
Complementary color
Monochromatic Colors of #A7E7B1
Black with #A7E7B1
Text Example
Text Example
White with #A7E7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E7B1; }
p { color: rgb(167,231,177); }
H1.HeaderClassName
{
color: #A7E7B1;
}
.AnyTagClassName
{
color: #A7E7B1;
}
</style>
background-color css
<style>
a { background-color: #A7E7B1; }
a { background-color: rgb(167,231,177); }
div.DivClassName
{
background-color: #A7E7B1;
}
.BgClassName
{
background-color: #A7E7B1;
}
</style>
border-color css
<style>
span { border-color: #A7E7B1; }
span { border-color: rgb(167,231,177); }
td.TdClassName
{
border-color: #A7E7B1;
}
.TagClassName
{
border-color: #A7E7B1;
}
</style>