Shades of Kelly Green #30AC12
Tints of Kelly Green #30AC12
RGB
CMYK
RGB Variations
Color information
#30AC12 (or 0x30AC12) is known color: Kelly Green. HEX triplet: 30, AC and 12. RGB value is (48,172,18). Sum of RGB (Red+Green+Blue) = 48+172+18=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AC12 is #CF53ED. Grayscale: #757575. Windows color (decimal): -13587438 or 1223728. OLE color: 1223728.
HSL color Cylindrical-coordinate representation of color #30AC12: hue angle of 108.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30AC12 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 172 | 18 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.33 |
| HSL | 108.31º | 0.81% | 0.37% | - |
| HSV(B) | 108.31º | 0.9% | 0.67% | - |
| XYZ | 16.08 | 30.18 | 5.55 | - |
| YUV | 117.37 | 71.92 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 18 | 0.72 | 0 | 0.90 | 0.33 | 108.31 | 0.81 | 0.37 |
| Hex | 30 | AC | 12 | 48 | 0 | 5A | 21 | 6C | 51 | 25 |
| Octal | 60 | 254 | 22 | 110 | 0 | 132 | 41 | 154 | 121 | 45 |
| Binary | 110000 | 10101100 | 10010 | 1001000 | 0 | 1011010 | 100001 | 1101100 | 1010001 | 100101 |
Color Harmonies of #30AC12
Complementary color
Monochromatic Colors of #30AC12
Black with #30AC12
Text Example
Text Example
White with #30AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AC12; }
p { color: rgb(48,172,18); }
H1.HeaderClassName
{
color: #30AC12;
}
.AnyTagClassName
{
color: #30AC12;
}
</style>
background-color css
<style>
a { background-color: #30AC12; }
a { background-color: rgb(48,172,18); }
div.DivClassName
{
background-color: #30AC12;
}
.BgClassName
{
background-color: #30AC12;
}
</style>
border-color css
<style>
span { border-color: #30AC12; }
span { border-color: rgb(48,172,18); }
td.TdClassName
{
border-color: #30AC12;
}
.TagClassName
{
border-color: #30AC12;
}
</style>