Shades of Kelly Green #30AD09
Tints of Kelly Green #30AD09
RGB
CMYK
RGB Variations
Color information
#30AD09 (or 0x30AD09) is known color: Kelly Green. HEX triplet: 30, AD and 09. RGB value is (48,173,9). Sum of RGB (Red+Green+Blue) = 48+173+9=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 173 (67.97% from 255 or 75.22% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AD09 is #CF52F6. Grayscale: #757575. Windows color (decimal): -13587191 or 634160. OLE color: 634160.
HSL color Cylindrical-coordinate representation of color #30AD09: hue angle of 105.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30AD09 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 9 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.32 |
| HSL | 105.73º | 0.9% | 0.36% | - |
| HSV(B) | 105.73º | 0.95% | 0.68% | - |
| XYZ | 16.21 | 30.54 | 5.3 | - |
| YUV | 116.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 9 | 0.72 | 0 | 0.95 | 0.32 | 105.73 | 0.9 | 0.36 |
| Hex | 30 | AD | 9 | 48 | 0 | 5F | 20 | 6A | 5A | 24 |
| Octal | 60 | 255 | 11 | 110 | 0 | 137 | 40 | 152 | 132 | 44 |
| Binary | 110000 | 10101101 | 1001 | 1001000 | 0 | 1011111 | 100000 | 1101010 | 1011010 | 100100 |
Color Harmonies of #30AD09
Complementary color
Monochromatic Colors of #30AD09
Black with #30AD09
Text Example
Text Example
White with #30AD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD09; }
p { color: rgb(48,173,9); }
H1.HeaderClassName
{
color: #30AD09;
}
.AnyTagClassName
{
color: #30AD09;
}
</style>
background-color css
<style>
a { background-color: #30AD09; }
a { background-color: rgb(48,173,9); }
div.DivClassName
{
background-color: #30AD09;
}
.BgClassName
{
background-color: #30AD09;
}
</style>
border-color css
<style>
span { border-color: #30AD09; }
span { border-color: rgb(48,173,9); }
td.TdClassName
{
border-color: #30AD09;
}
.TagClassName
{
border-color: #30AD09;
}
</style>