Shades of Kelly Green #30A905
Tints of Kelly Green #30A905
RGB
CMYK
RGB Variations
Color information
#30A905 (or 0x30A905) is known color: Kelly Green. HEX triplet: 30, A9 and 05. RGB value is (48,169,5). Sum of RGB (Red+Green+Blue) = 48+169+5=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 169 (66.41% from 255 or 76.13% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 169 - color contains mainly: green. Hex color #30A905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A905 is #CF56FA. Grayscale: #727272. Windows color (decimal): -13588219 or 370992. OLE color: 370992.
HSL color Cylindrical-coordinate representation of color #30A905: hue angle of 104.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30A905 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 169 | 5 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.34 |
| HSL | 104.27º | 0.94% | 0.34% | - |
| HSV(B) | 104.27º | 0.97% | 0.66% | - |
| XYZ | 15.43 | 29.02 | 4.93 | - |
| YUV | 114.13 | 66.41 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 169 | 5 | 0.72 | 0 | 0.97 | 0.34 | 104.27 | 0.94 | 0.34 |
| Hex | 30 | A9 | 5 | 48 | 0 | 61 | 22 | 68 | 5E | 22 |
| Octal | 60 | 251 | 5 | 110 | 0 | 141 | 42 | 150 | 136 | 42 |
| Binary | 110000 | 10101001 | 101 | 1001000 | 0 | 1100001 | 100010 | 1101000 | 1011110 | 100010 |
Color Harmonies of #30A905
Complementary color
Monochromatic Colors of #30A905
Black with #30A905
Text Example
Text Example
White with #30A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A905; }
p { color: rgb(48,169,5); }
H1.HeaderClassName
{
color: #30A905;
}
.AnyTagClassName
{
color: #30A905;
}
</style>
background-color css
<style>
a { background-color: #30A905; }
a { background-color: rgb(48,169,5); }
div.DivClassName
{
background-color: #30A905;
}
.BgClassName
{
background-color: #30A905;
}
</style>
border-color css
<style>
span { border-color: #30A905; }
span { border-color: rgb(48,169,5); }
td.TdClassName
{
border-color: #30A905;
}
.TagClassName
{
border-color: #30A905;
}
</style>