Shades of Christi #80A201
Tints of Christi #80A201
RGB
CMYK
RGB Variations
Color information
#80A201 (or 0x80A201) is known color: Christi. HEX triplet: 80, A2 and 01. RGB value is (128,162,1). Sum of RGB (Red+Green+Blue) = 128+162+1=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #80A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A201 is #7F5DFE. Grayscale: #868686. Windows color (decimal): -8347135 or 107136. OLE color: 107136.
HSL color Cylindrical-coordinate representation of color #80A201: hue angle of 72.67º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80A201 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.36 |
| HSL | 72.67º | 0.99% | 0.32% | - |
| HSV(B) | 72.67º | 0.99% | 0.64% | - |
| XYZ | 21.83 | 30.43 | 4.75 | - |
| YUV | 133.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 1 | 0.21 | 0 | 0.99 | 0.36 | 72.67 | 0.99 | 0.32 |
| Hex | 80 | A2 | 1 | 15 | 0 | 63 | 24 | 49 | 63 | 20 |
| Octal | 200 | 242 | 1 | 25 | 0 | 143 | 44 | 111 | 143 | 40 |
| Binary | 10000000 | 10100010 | 1 | 10101 | 0 | 1100011 | 100100 | 1001001 | 1100011 | 100000 |
Color Harmonies of #80A201
Complementary color
Monochromatic Colors of #80A201
Black with #80A201
Text Example
Text Example
White with #80A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A201; }
p { color: rgb(128,162,1); }
H1.HeaderClassName
{
color: #80A201;
}
.AnyTagClassName
{
color: #80A201;
}
</style>
background-color css
<style>
a { background-color: #80A201; }
a { background-color: rgb(128,162,1); }
div.DivClassName
{
background-color: #80A201;
}
.BgClassName
{
background-color: #80A201;
}
</style>
border-color css
<style>
span { border-color: #80A201; }
span { border-color: rgb(128,162,1); }
td.TdClassName
{
border-color: #80A201;
}
.TagClassName
{
border-color: #80A201;
}
</style>