Shades of Kelly Green #42AF0C
Tints of Kelly Green #42AF0C
RGB
CMYK
RGB Variations
Color information
#42AF0C (or 0x42AF0C) is known color: Kelly Green. HEX triplet: 42, AF and 0C. RGB value is (66,175,12). Sum of RGB (Red+Green+Blue) = 66+175+12=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AF0C is #BD50F3. Grayscale: #7C7C7C. Windows color (decimal): -12407028 or 831298. OLE color: 831298.
HSL color Cylindrical-coordinate representation of color #42AF0C: hue angle of 100.12º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42AF0C is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 12 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.31 |
| HSL | 100.12º | 0.87% | 0.37% | - |
| HSV(B) | 100.12º | 0.93% | 0.69% | - |
| XYZ | 17.64 | 31.84 | 5.56 | - |
| YUV | 123.83 | 64.89 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 12 | 0.62 | 0 | 0.93 | 0.31 | 100.12 | 0.87 | 0.37 |
| Hex | 42 | AF | C | 3E | 0 | 5D | 1F | 64 | 57 | 25 |
| Octal | 102 | 257 | 14 | 76 | 0 | 135 | 37 | 144 | 127 | 45 |
| Binary | 1000010 | 10101111 | 1100 | 111110 | 0 | 1011101 | 11111 | 1100100 | 1010111 | 100101 |
Color Harmonies of #42AF0C
Complementary color
Monochromatic Colors of #42AF0C
Black with #42AF0C
Text Example
Text Example
White with #42AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF0C; }
p { color: rgb(66,175,12); }
H1.HeaderClassName
{
color: #42AF0C;
}
.AnyTagClassName
{
color: #42AF0C;
}
</style>
background-color css
<style>
a { background-color: #42AF0C; }
a { background-color: rgb(66,175,12); }
div.DivClassName
{
background-color: #42AF0C;
}
.BgClassName
{
background-color: #42AF0C;
}
</style>
border-color css
<style>
span { border-color: #42AF0C; }
span { border-color: rgb(66,175,12); }
td.TdClassName
{
border-color: #42AF0C;
}
.TagClassName
{
border-color: #42AF0C;
}
</style>