Shades of Christi #74AC01
Tints of Christi #74AC01
RGB
CMYK
RGB Variations
Color information
#74AC01 (or 0x74AC01) is known color: Christi. HEX triplet: 74, AC and 01. RGB value is (116,172,1). Sum of RGB (Red+Green+Blue) = 116+172+1=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AC01 is #8B53FE. Grayscale: #888888. Windows color (decimal): -9131007 or 109684. OLE color: 109684.
HSL color Cylindrical-coordinate representation of color #74AC01: hue angle of 79.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74AC01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.33 |
| HSL | 79.65º | 0.99% | 0.34% | - |
| HSV(B) | 79.65º | 0.99% | 0.67% | - |
| XYZ | 21.96 | 33.22 | 5.28 | - |
| YUV | 135.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 1 | 0.33 | 0 | 0.99 | 0.33 | 79.65 | 0.99 | 0.34 |
| Hex | 74 | AC | 1 | 21 | 0 | 63 | 21 | 50 | 63 | 22 |
| Octal | 164 | 254 | 1 | 41 | 0 | 143 | 41 | 120 | 143 | 42 |
| Binary | 1110100 | 10101100 | 1 | 100001 | 0 | 1100011 | 100001 | 1010000 | 1100011 | 100010 |
Color Harmonies of #74AC01
Complementary color
Monochromatic Colors of #74AC01
Black with #74AC01
Text Example
Text Example
White with #74AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC01; }
p { color: rgb(116,172,1); }
H1.HeaderClassName
{
color: #74AC01;
}
.AnyTagClassName
{
color: #74AC01;
}
</style>
background-color css
<style>
a { background-color: #74AC01; }
a { background-color: rgb(116,172,1); }
div.DivClassName
{
background-color: #74AC01;
}
.BgClassName
{
background-color: #74AC01;
}
</style>
border-color css
<style>
span { border-color: #74AC01; }
span { border-color: rgb(116,172,1); }
td.TdClassName
{
border-color: #74AC01;
}
.TagClassName
{
border-color: #74AC01;
}
</style>