Shades of Christi #74AC1D
Tints of Christi #74AC1D
RGB
CMYK
RGB Variations
Color information
#74AC1D (or 0x74AC1D) is known color: Christi. HEX triplet: 74, AC and 1D. RGB value is (116,172,29). Sum of RGB (Red+Green+Blue) = 116+172+29=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC1D is #8B53E2. Grayscale: #8B8B8B. Windows color (decimal): -9130979 or 1944692. OLE color: 1944692.
HSL color Cylindrical-coordinate representation of color #74AC1D: hue angle of 83.5º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74AC1D is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 29 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.33 |
| HSL | 83.5º | 0.71% | 0.39% | - |
| HSV(B) | 83.5º | 0.83% | 0.67% | - |
| XYZ | 22.18 | 33.31 | 6.42 | - |
| YUV | 138.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 29 | 0.33 | 0 | 0.83 | 0.33 | 83.5 | 0.71 | 0.39 |
| Hex | 74 | AC | 1D | 21 | 0 | 53 | 21 | 53 | 47 | 27 |
| Octal | 164 | 254 | 35 | 41 | 0 | 123 | 41 | 123 | 107 | 47 |
| Binary | 1110100 | 10101100 | 11101 | 100001 | 0 | 1010011 | 100001 | 1010011 | 1000111 | 100111 |
Color Harmonies of #74AC1D
Complementary color
Monochromatic Colors of #74AC1D
Black with #74AC1D
Text Example
Text Example
White with #74AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC1D; }
p { color: rgb(116,172,29); }
H1.HeaderClassName
{
color: #74AC1D;
}
.AnyTagClassName
{
color: #74AC1D;
}
</style>
background-color css
<style>
a { background-color: #74AC1D; }
a { background-color: rgb(116,172,29); }
div.DivClassName
{
background-color: #74AC1D;
}
.BgClassName
{
background-color: #74AC1D;
}
</style>
border-color css
<style>
span { border-color: #74AC1D; }
span { border-color: rgb(116,172,29); }
td.TdClassName
{
border-color: #74AC1D;
}
.TagClassName
{
border-color: #74AC1D;
}
</style>