Shades of Kelly Green #389F0A
Tints of Kelly Green #389F0A
RGB
CMYK
RGB Variations
Color information
#389F0A (or 0x389F0A) is known color: Kelly Green. HEX triplet: 38, 9F and 0A. RGB value is (56,159,10). Sum of RGB (Red+Green+Blue) = 56+159+10=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 159 (62.5% from 255 or 70.67% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 159 - color contains mainly: green. Hex color #389F0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389F0A is #C760F5. Grayscale: #6F6F6F. Windows color (decimal): -13066486 or 696120. OLE color: 696120.
HSL color Cylindrical-coordinate representation of color #389F0A: hue angle of 101.48º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #389F0A is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 10 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.38 |
| HSL | 101.48º | 0.88% | 0.33% | - |
| HSV(B) | 101.48º | 0.94% | 0.62% | - |
| XYZ | 14.08 | 25.66 | 4.5 | - |
| YUV | 111.22 | 70.88 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 10 | 0.65 | 0 | 0.94 | 0.38 | 101.48 | 0.88 | 0.33 |
| Hex | 38 | 9F | A | 41 | 0 | 5E | 26 | 65 | 58 | 21 |
| Octal | 70 | 237 | 12 | 101 | 0 | 136 | 46 | 145 | 130 | 41 |
| Binary | 111000 | 10011111 | 1010 | 1000001 | 0 | 1011110 | 100110 | 1100101 | 1011000 | 100001 |
Color Harmonies of #389F0A
Complementary color
Monochromatic Colors of #389F0A
Black with #389F0A
Text Example
Text Example
White with #389F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F0A; }
p { color: rgb(56,159,10); }
H1.HeaderClassName
{
color: #389F0A;
}
.AnyTagClassName
{
color: #389F0A;
}
</style>
background-color css
<style>
a { background-color: #389F0A; }
a { background-color: rgb(56,159,10); }
div.DivClassName
{
background-color: #389F0A;
}
.BgClassName
{
background-color: #389F0A;
}
</style>
border-color css
<style>
span { border-color: #389F0A; }
span { border-color: rgb(56,159,10); }
td.TdClassName
{
border-color: #389F0A;
}
.TagClassName
{
border-color: #389F0A;
}
</style>