Shades of Kelly Green #30AD12
Tints of Kelly Green #30AD12
RGB
CMYK
RGB Variations
Color information
#30AD12 (or 0x30AD12) is known color: Kelly Green. HEX triplet: 30, AD and 12. RGB value is (48,173,18). Sum of RGB (Red+Green+Blue) = 48+173+18=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AD12 is #CF52ED. Grayscale: #767676. Windows color (decimal): -13587182 or 1223984. OLE color: 1223984.
HSL color Cylindrical-coordinate representation of color #30AD12: hue angle of 108.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30AD12 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 18 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.32 |
| HSL | 108.39º | 0.81% | 0.37% | - |
| HSV(B) | 108.39º | 0.9% | 0.68% | - |
| XYZ | 16.27 | 30.56 | 5.61 | - |
| YUV | 117.96 | 71.59 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 18 | 0.72 | 0 | 0.90 | 0.32 | 108.39 | 0.81 | 0.37 |
| Hex | 30 | AD | 12 | 48 | 0 | 5A | 20 | 6C | 51 | 25 |
| Octal | 60 | 255 | 22 | 110 | 0 | 132 | 40 | 154 | 121 | 45 |
| Binary | 110000 | 10101101 | 10010 | 1001000 | 0 | 1011010 | 100000 | 1101100 | 1010001 | 100101 |
Color Harmonies of #30AD12
Complementary color
Monochromatic Colors of #30AD12
Black with #30AD12
Text Example
Text Example
White with #30AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD12; }
p { color: rgb(48,173,18); }
H1.HeaderClassName
{
color: #30AD12;
}
.AnyTagClassName
{
color: #30AD12;
}
</style>
background-color css
<style>
a { background-color: #30AD12; }
a { background-color: rgb(48,173,18); }
div.DivClassName
{
background-color: #30AD12;
}
.BgClassName
{
background-color: #30AD12;
}
</style>
border-color css
<style>
span { border-color: #30AD12; }
span { border-color: rgb(48,173,18); }
td.TdClassName
{
border-color: #30AD12;
}
.TagClassName
{
border-color: #30AD12;
}
</style>