Shades of Kelly Green #3AAF11
Tints of Kelly Green #3AAF11
RGB
CMYK
RGB Variations
Color information
#3AAF11 (or 0x3AAF11) is known color: Kelly Green. HEX triplet: 3A, AF and 11. RGB value is (58,175,17). Sum of RGB (Red+Green+Blue) = 58+175+17=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF11 is #C550EE. Grayscale: #7A7A7A. Windows color (decimal): -12931311 or 1158970. OLE color: 1158970.
HSL color Cylindrical-coordinate representation of color #3AAF11: hue angle of 104.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AAF11 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 17 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.31 |
| HSL | 104.43º | 0.82% | 0.38% | - |
| HSV(B) | 104.43º | 0.9% | 0.69% | - |
| XYZ | 17.18 | 31.6 | 5.72 | - |
| YUV | 122.01 | 68.74 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 17 | 0.67 | 0 | 0.90 | 0.31 | 104.43 | 0.82 | 0.38 |
| Hex | 3A | AF | 11 | 43 | 0 | 5A | 1F | 68 | 52 | 26 |
| Octal | 72 | 257 | 21 | 103 | 0 | 132 | 37 | 150 | 122 | 46 |
| Binary | 111010 | 10101111 | 10001 | 1000011 | 0 | 1011010 | 11111 | 1101000 | 1010010 | 100110 |
Color Harmonies of #3AAF11
Complementary color
Monochromatic Colors of #3AAF11
Black with #3AAF11
Text Example
Text Example
White with #3AAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF11; }
p { color: rgb(58,175,17); }
H1.HeaderClassName
{
color: #3AAF11;
}
.AnyTagClassName
{
color: #3AAF11;
}
</style>
background-color css
<style>
a { background-color: #3AAF11; }
a { background-color: rgb(58,175,17); }
div.DivClassName
{
background-color: #3AAF11;
}
.BgClassName
{
background-color: #3AAF11;
}
</style>
border-color css
<style>
span { border-color: #3AAF11; }
span { border-color: rgb(58,175,17); }
td.TdClassName
{
border-color: #3AAF11;
}
.TagClassName
{
border-color: #3AAF11;
}
</style>