Shades of Christi #74AC14
Tints of Christi #74AC14
RGB
CMYK
RGB Variations
Color information
#74AC14 (or 0x74AC14) is known color: Christi. HEX triplet: 74, AC and 14. RGB value is (116,172,20). Sum of RGB (Red+Green+Blue) = 116+172+20=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AC14 is #8B53EB. Grayscale: #8A8A8A. Windows color (decimal): -9130988 or 1354868. OLE color: 1354868.
HSL color Cylindrical-coordinate representation of color #74AC14: hue angle of 82.11º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74AC14 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 20 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.33 |
| HSL | 82.11º | 0.79% | 0.38% | - |
| HSV(B) | 82.11º | 0.88% | 0.67% | - |
| XYZ | 22.08 | 33.27 | 5.92 | - |
| YUV | 137.93 | 61.45 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 20 | 0.33 | 0 | 0.88 | 0.33 | 82.11 | 0.79 | 0.38 |
| Hex | 74 | AC | 14 | 21 | 0 | 58 | 21 | 52 | 4F | 26 |
| Octal | 164 | 254 | 24 | 41 | 0 | 130 | 41 | 122 | 117 | 46 |
| Binary | 1110100 | 10101100 | 10100 | 100001 | 0 | 1011000 | 100001 | 1010010 | 1001111 | 100110 |
Color Harmonies of #74AC14
Complementary color
Monochromatic Colors of #74AC14
Black with #74AC14
Text Example
Text Example
White with #74AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC14; }
p { color: rgb(116,172,20); }
H1.HeaderClassName
{
color: #74AC14;
}
.AnyTagClassName
{
color: #74AC14;
}
</style>
background-color css
<style>
a { background-color: #74AC14; }
a { background-color: rgb(116,172,20); }
div.DivClassName
{
background-color: #74AC14;
}
.BgClassName
{
background-color: #74AC14;
}
</style>
border-color css
<style>
span { border-color: #74AC14; }
span { border-color: rgb(116,172,20); }
td.TdClassName
{
border-color: #74AC14;
}
.TagClassName
{
border-color: #74AC14;
}
</style>