Shades of Kelly Green #30AA06
Tints of Kelly Green #30AA06
RGB
CMYK
RGB Variations
Color information
#30AA06 (or 0x30AA06) is known color: Kelly Green. HEX triplet: 30, AA and 06. RGB value is (48,170,6). Sum of RGB (Red+Green+Blue) = 48+170+6=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AA06 is #CF55F9. Grayscale: #737373. Windows color (decimal): -13587962 or 436784. OLE color: 436784.
HSL color Cylindrical-coordinate representation of color #30AA06: hue angle of 104.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30AA06 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 6 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.33 |
| HSL | 104.63º | 0.93% | 0.35% | - |
| HSV(B) | 104.63º | 0.96% | 0.67% | - |
| XYZ | 15.63 | 29.39 | 5.02 | - |
| YUV | 114.83 | 66.58 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 6 | 0.72 | 0 | 0.96 | 0.33 | 104.63 | 0.93 | 0.35 |
| Hex | 30 | AA | 6 | 48 | 0 | 60 | 21 | 69 | 5D | 23 |
| Octal | 60 | 252 | 6 | 110 | 0 | 140 | 41 | 151 | 135 | 43 |
| Binary | 110000 | 10101010 | 110 | 1001000 | 0 | 1100000 | 100001 | 1101001 | 1011101 | 100011 |
Color Harmonies of #30AA06
Complementary color
Monochromatic Colors of #30AA06
Black with #30AA06
Text Example
Text Example
White with #30AA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA06; }
p { color: rgb(48,170,6); }
H1.HeaderClassName
{
color: #30AA06;
}
.AnyTagClassName
{
color: #30AA06;
}
</style>
background-color css
<style>
a { background-color: #30AA06; }
a { background-color: rgb(48,170,6); }
div.DivClassName
{
background-color: #30AA06;
}
.BgClassName
{
background-color: #30AA06;
}
</style>
border-color css
<style>
span { border-color: #30AA06; }
span { border-color: rgb(48,170,6); }
td.TdClassName
{
border-color: #30AA06;
}
.TagClassName
{
border-color: #30AA06;
}
</style>