Shades of Christi #62A212
Tints of Christi #62A212
RGB
CMYK
RGB Variations
Color information
#62A212 (or 0x62A212) is known color: Christi. HEX triplet: 62, A2 and 12. RGB value is (98,162,18). Sum of RGB (Red+Green+Blue) = 98+162+18=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #62A212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A212 is #9D5DED. Grayscale: #7E7E7E. Windows color (decimal): -10313198 or 1221218. OLE color: 1221218.
HSL color Cylindrical-coordinate representation of color #62A212: hue angle of 86.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62A212 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 18 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.36 |
| HSL | 86.67º | 0.8% | 0.35% | - |
| HSV(B) | 86.67º | 0.89% | 0.64% | - |
| XYZ | 18.07 | 28.48 | 5.12 | - |
| YUV | 126.45 | 66.8 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 18 | 0.40 | 0 | 0.89 | 0.36 | 86.67 | 0.8 | 0.35 |
| Hex | 62 | A2 | 12 | 28 | 0 | 59 | 24 | 57 | 50 | 23 |
| Octal | 142 | 242 | 22 | 50 | 0 | 131 | 44 | 127 | 120 | 43 |
| Binary | 1100010 | 10100010 | 10010 | 101000 | 0 | 1011001 | 100100 | 1010111 | 1010000 | 100011 |
Color Harmonies of #62A212
Complementary color
Monochromatic Colors of #62A212
Black with #62A212
Text Example
Text Example
White with #62A212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A212; }
p { color: rgb(98,162,18); }
H1.HeaderClassName
{
color: #62A212;
}
.AnyTagClassName
{
color: #62A212;
}
</style>
background-color css
<style>
a { background-color: #62A212; }
a { background-color: rgb(98,162,18); }
div.DivClassName
{
background-color: #62A212;
}
.BgClassName
{
background-color: #62A212;
}
</style>
border-color css
<style>
span { border-color: #62A212; }
span { border-color: rgb(98,162,18); }
td.TdClassName
{
border-color: #62A212;
}
.TagClassName
{
border-color: #62A212;
}
</style>