Shades of Kelly Green #3AAF03
Tints of Kelly Green #3AAF03
RGB
CMYK
RGB Variations
Color information
#3AAF03 (or 0x3AAF03) is known color: Kelly Green. HEX triplet: 3A, AF and 03. RGB value is (58,175,3). Sum of RGB (Red+Green+Blue) = 58+175+3=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 175 (68.75% from 255 or 74.15% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF03 is #C550FC. Grayscale: #787878. Windows color (decimal): -12931325 or 241466. OLE color: 241466.
HSL color Cylindrical-coordinate representation of color #3AAF03: hue angle of 100.81º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AAF03 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.31 |
| HSL | 100.81º | 0.97% | 0.35% | - |
| HSV(B) | 100.81º | 0.98% | 0.69% | - |
| XYZ | 17.09 | 31.57 | 5.28 | - |
| YUV | 120.41 | 61.74 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 3 | 0.67 | 0 | 0.98 | 0.31 | 100.81 | 0.97 | 0.35 |
| Hex | 3A | AF | 3 | 43 | 0 | 62 | 1F | 65 | 61 | 23 |
| Octal | 72 | 257 | 3 | 103 | 0 | 142 | 37 | 145 | 141 | 43 |
| Binary | 111010 | 10101111 | 11 | 1000011 | 0 | 1100010 | 11111 | 1100101 | 1100001 | 100011 |
Color Harmonies of #3AAF03
Complementary color
Monochromatic Colors of #3AAF03
Black with #3AAF03
Text Example
Text Example
White with #3AAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF03; }
p { color: rgb(58,175,3); }
H1.HeaderClassName
{
color: #3AAF03;
}
.AnyTagClassName
{
color: #3AAF03;
}
</style>
background-color css
<style>
a { background-color: #3AAF03; }
a { background-color: rgb(58,175,3); }
div.DivClassName
{
background-color: #3AAF03;
}
.BgClassName
{
background-color: #3AAF03;
}
</style>
border-color css
<style>
span { border-color: #3AAF03; }
span { border-color: rgb(58,175,3); }
td.TdClassName
{
border-color: #3AAF03;
}
.TagClassName
{
border-color: #3AAF03;
}
</style>