Shades of Christi #80A301
Tints of Christi #80A301
RGB
CMYK
RGB Variations
Color information
#80A301 (or 0x80A301) is known color: Christi. HEX triplet: 80, A3 and 01. RGB value is (128,163,1). Sum of RGB (Red+Green+Blue) = 128+163+1=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #80A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A301 is #7F5CFE. Grayscale: #868686. Windows color (decimal): -8346879 or 107392. OLE color: 107392.
HSL color Cylindrical-coordinate representation of color #80A301: hue angle of 72.96º 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 #80A301 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.36 |
| HSL | 72.96º | 0.99% | 0.32% | - |
| HSV(B) | 72.96º | 0.99% | 0.64% | - |
| XYZ | 22 | 30.79 | 4.81 | - |
| YUV | 134.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 1 | 0.21 | 0 | 0.99 | 0.36 | 72.96 | 0.99 | 0.32 |
| Hex | 80 | A3 | 1 | 15 | 0 | 63 | 24 | 49 | 63 | 20 |
| Octal | 200 | 243 | 1 | 25 | 0 | 143 | 44 | 111 | 143 | 40 |
| Binary | 10000000 | 10100011 | 1 | 10101 | 0 | 1100011 | 100100 | 1001001 | 1100011 | 100000 |
Color Harmonies of #80A301
Complementary color
Monochromatic Colors of #80A301
Black with #80A301
Text Example
Text Example
White with #80A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A301; }
p { color: rgb(128,163,1); }
H1.HeaderClassName
{
color: #80A301;
}
.AnyTagClassName
{
color: #80A301;
}
</style>
background-color css
<style>
a { background-color: #80A301; }
a { background-color: rgb(128,163,1); }
div.DivClassName
{
background-color: #80A301;
}
.BgClassName
{
background-color: #80A301;
}
</style>
border-color css
<style>
span { border-color: #80A301; }
span { border-color: rgb(128,163,1); }
td.TdClassName
{
border-color: #80A301;
}
.TagClassName
{
border-color: #80A301;
}
</style>