Shades of Kelly Green #38AA0E
Tints of Kelly Green #38AA0E
RGB
CMYK
RGB Variations
Color information
#38AA0E (or 0x38AA0E) is known color: Kelly Green. HEX triplet: 38, AA and 0E. RGB value is (56,170,14). Sum of RGB (Red+Green+Blue) = 56+170+14=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AA0E is #C755F1. Grayscale: #767676. Windows color (decimal): -13063666 or 961080. OLE color: 961080.
HSL color Cylindrical-coordinate representation of color #38AA0E: hue angle of 103.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38AA0E is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 14 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.33 |
| HSL | 103.85º | 0.85% | 0.36% | - |
| HSV(B) | 103.85º | 0.92% | 0.67% | - |
| XYZ | 16.08 | 29.62 | 5.29 | - |
| YUV | 118.13 | 69.23 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 14 | 0.67 | 0 | 0.92 | 0.33 | 103.85 | 0.85 | 0.36 |
| Hex | 38 | AA | E | 43 | 0 | 5C | 21 | 68 | 55 | 24 |
| Octal | 70 | 252 | 16 | 103 | 0 | 134 | 41 | 150 | 125 | 44 |
| Binary | 111000 | 10101010 | 1110 | 1000011 | 0 | 1011100 | 100001 | 1101000 | 1010101 | 100100 |
Color Harmonies of #38AA0E
Complementary color
Monochromatic Colors of #38AA0E
Black with #38AA0E
Text Example
Text Example
White with #38AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA0E; }
p { color: rgb(56,170,14); }
H1.HeaderClassName
{
color: #38AA0E;
}
.AnyTagClassName
{
color: #38AA0E;
}
</style>
background-color css
<style>
a { background-color: #38AA0E; }
a { background-color: rgb(56,170,14); }
div.DivClassName
{
background-color: #38AA0E;
}
.BgClassName
{
background-color: #38AA0E;
}
</style>
border-color css
<style>
span { border-color: #38AA0E; }
span { border-color: rgb(56,170,14); }
td.TdClassName
{
border-color: #38AA0E;
}
.TagClassName
{
border-color: #38AA0E;
}
</style>