Shades of Kelly Green #38A616
Tints of Kelly Green #38A616
RGB
CMYK
RGB Variations
Color information
#38A616 (or 0x38A616) is known color: Kelly Green. HEX triplet: 38, A6 and 16. RGB value is (56,166,22). Sum of RGB (Red+Green+Blue) = 56+166+22=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 166 (65.23% from 255 or 68.03% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 166 - color contains mainly: green. Hex color #38A616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A616 is #C759E9. Grayscale: #757575. Windows color (decimal): -13064682 or 1484344. OLE color: 1484344.
HSL color Cylindrical-coordinate representation of color #38A616: hue angle of 105.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38A616 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 166 | 22 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.35 |
| HSL | 105.83º | 0.77% | 0.37% | - |
| HSV(B) | 105.83º | 0.87% | 0.65% | - |
| XYZ | 15.41 | 28.17 | 5.38 | - |
| YUV | 116.69 | 74.56 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 22 | 0.66 | 0 | 0.87 | 0.35 | 105.83 | 0.77 | 0.37 |
| Hex | 38 | A6 | 16 | 42 | 0 | 57 | 23 | 6A | 4D | 25 |
| Octal | 70 | 246 | 26 | 102 | 0 | 127 | 43 | 152 | 115 | 45 |
| Binary | 111000 | 10100110 | 10110 | 1000010 | 0 | 1010111 | 100011 | 1101010 | 1001101 | 100101 |
Color Harmonies of #38A616
Complementary color
Monochromatic Colors of #38A616
Black with #38A616
Text Example
Text Example
White with #38A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A616; }
p { color: rgb(56,166,22); }
H1.HeaderClassName
{
color: #38A616;
}
.AnyTagClassName
{
color: #38A616;
}
</style>
background-color css
<style>
a { background-color: #38A616; }
a { background-color: rgb(56,166,22); }
div.DivClassName
{
background-color: #38A616;
}
.BgClassName
{
background-color: #38A616;
}
</style>
border-color css
<style>
span { border-color: #38A616; }
span { border-color: rgb(56,166,22); }
td.TdClassName
{
border-color: #38A616;
}
.TagClassName
{
border-color: #38A616;
}
</style>