Shades of Kelly Green #31AF0A
Tints of Kelly Green #31AF0A
RGB
CMYK
RGB Variations
Color information
#31AF0A (or 0x31AF0A) is known color: Kelly Green. HEX triplet: 31, AF and 0A. RGB value is (49,175,10). Sum of RGB (Red+Green+Blue) = 49+175+10=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF0A is #CE50F5. Grayscale: #777777. Windows color (decimal): -13521142 or 700209. OLE color: 700209.
HSL color Cylindrical-coordinate representation of color #31AF0A: hue angle of 105.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31AF0A is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 10 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.31 |
| HSL | 105.82º | 0.89% | 0.36% | - |
| HSV(B) | 105.82º | 0.94% | 0.69% | - |
| XYZ | 16.65 | 31.33 | 5.46 | - |
| YUV | 118.52 | 66.76 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 10 | 0.72 | 0 | 0.94 | 0.31 | 105.82 | 0.89 | 0.36 |
| Hex | 31 | AF | A | 48 | 0 | 5E | 1F | 6A | 59 | 24 |
| Octal | 61 | 257 | 12 | 110 | 0 | 136 | 37 | 152 | 131 | 44 |
| Binary | 110001 | 10101111 | 1010 | 1001000 | 0 | 1011110 | 11111 | 1101010 | 1011001 | 100100 |
Color Harmonies of #31AF0A
Complementary color
Monochromatic Colors of #31AF0A
Black with #31AF0A
Text Example
Text Example
White with #31AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF0A; }
p { color: rgb(49,175,10); }
H1.HeaderClassName
{
color: #31AF0A;
}
.AnyTagClassName
{
color: #31AF0A;
}
</style>
background-color css
<style>
a { background-color: #31AF0A; }
a { background-color: rgb(49,175,10); }
div.DivClassName
{
background-color: #31AF0A;
}
.BgClassName
{
background-color: #31AF0A;
}
</style>
border-color css
<style>
span { border-color: #31AF0A; }
span { border-color: rgb(49,175,10); }
td.TdClassName
{
border-color: #31AF0A;
}
.TagClassName
{
border-color: #31AF0A;
}
</style>