Shades of Kelly Green #3AAF08
Tints of Kelly Green #3AAF08
RGB
CMYK
RGB Variations
Color information
#3AAF08 (or 0x3AAF08) is known color: Kelly Green. HEX triplet: 3A, AF and 08. RGB value is (58,175,8). Sum of RGB (Red+Green+Blue) = 58+175+8=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF08 is #C550F7. Grayscale: #797979. Windows color (decimal): -12931320 or 569146. OLE color: 569146.
HSL color Cylindrical-coordinate representation of color #3AAF08: hue angle of 102.04º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AAF08 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 8 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.31 |
| HSL | 102.04º | 0.91% | 0.36% | - |
| HSV(B) | 102.04º | 0.95% | 0.69% | - |
| XYZ | 17.12 | 31.58 | 5.42 | - |
| YUV | 120.98 | 64.24 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 8 | 0.67 | 0 | 0.95 | 0.31 | 102.04 | 0.91 | 0.36 |
| Hex | 3A | AF | 8 | 43 | 0 | 5F | 1F | 66 | 5B | 24 |
| Octal | 72 | 257 | 10 | 103 | 0 | 137 | 37 | 146 | 133 | 44 |
| Binary | 111010 | 10101111 | 1000 | 1000011 | 0 | 1011111 | 11111 | 1100110 | 1011011 | 100100 |
Color Harmonies of #3AAF08
Complementary color
Monochromatic Colors of #3AAF08
Black with #3AAF08
Text Example
Text Example
White with #3AAF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF08; }
p { color: rgb(58,175,8); }
H1.HeaderClassName
{
color: #3AAF08;
}
.AnyTagClassName
{
color: #3AAF08;
}
</style>
background-color css
<style>
a { background-color: #3AAF08; }
a { background-color: rgb(58,175,8); }
div.DivClassName
{
background-color: #3AAF08;
}
.BgClassName
{
background-color: #3AAF08;
}
</style>
border-color css
<style>
span { border-color: #3AAF08; }
span { border-color: rgb(58,175,8); }
td.TdClassName
{
border-color: #3AAF08;
}
.TagClassName
{
border-color: #3AAF08;
}
</style>