Shades of Christi #72AC1D
Tints of Christi #72AC1D
RGB
CMYK
RGB Variations
Color information
#72AC1D (or 0x72AC1D) is known color: Christi. HEX triplet: 72, AC and 1D. RGB value is (114,172,29). Sum of RGB (Red+Green+Blue) = 114+172+29=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC1D is #8D53E2. Grayscale: #8A8A8A. Windows color (decimal): -9262051 or 1944690. OLE color: 1944690.
HSL color Cylindrical-coordinate representation of color #72AC1D: hue angle of 84.34º 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 #72AC1D is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 172 | 29 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.33 |
| HSL | 84.34º | 0.71% | 0.39% | - |
| HSV(B) | 84.34º | 0.83% | 0.67% | - |
| XYZ | 21.91 | 33.17 | 6.41 | - |
| YUV | 138.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 172 | 29 | 0.34 | 0 | 0.83 | 0.33 | 84.34 | 0.71 | 0.39 |
| Hex | 72 | AC | 1D | 22 | 0 | 53 | 21 | 54 | 47 | 27 |
| Octal | 162 | 254 | 35 | 42 | 0 | 123 | 41 | 124 | 107 | 47 |
| Binary | 1110010 | 10101100 | 11101 | 100010 | 0 | 1010011 | 100001 | 1010100 | 1000111 | 100111 |
Color Harmonies of #72AC1D
Complementary color
Monochromatic Colors of #72AC1D
Black with #72AC1D
Text Example
Text Example
White with #72AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AC1D; }
p { color: rgb(114,172,29); }
H1.HeaderClassName
{
color: #72AC1D;
}
.AnyTagClassName
{
color: #72AC1D;
}
</style>
background-color css
<style>
a { background-color: #72AC1D; }
a { background-color: rgb(114,172,29); }
div.DivClassName
{
background-color: #72AC1D;
}
.BgClassName
{
background-color: #72AC1D;
}
</style>
border-color css
<style>
span { border-color: #72AC1D; }
span { border-color: rgb(114,172,29); }
td.TdClassName
{
border-color: #72AC1D;
}
.TagClassName
{
border-color: #72AC1D;
}
</style>