Shades of Kelly Green #38AA17
Tints of Kelly Green #38AA17
RGB
CMYK
RGB Variations
Color information
#38AA17 (or 0x38AA17) is known color: Kelly Green. HEX triplet: 38, AA and 17. RGB value is (56,170,23). Sum of RGB (Red+Green+Blue) = 56+170+23=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AA17 is #C755E8. Grayscale: #777777. Windows color (decimal): -13063657 or 1550904. OLE color: 1550904.
HSL color Cylindrical-coordinate representation of color #38AA17: hue angle of 106.53º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38AA17 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 23 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.33 |
| HSL | 106.53º | 0.76% | 0.38% | - |
| HSV(B) | 106.53º | 0.86% | 0.67% | - |
| XYZ | 16.16 | 29.65 | 5.68 | - |
| YUV | 119.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 23 | 0.67 | 0 | 0.86 | 0.33 | 106.53 | 0.76 | 0.38 |
| Hex | 38 | AA | 17 | 43 | 0 | 56 | 21 | 6B | 4C | 26 |
| Octal | 70 | 252 | 27 | 103 | 0 | 126 | 41 | 153 | 114 | 46 |
| Binary | 111000 | 10101010 | 10111 | 1000011 | 0 | 1010110 | 100001 | 1101011 | 1001100 | 100110 |
Color Harmonies of #38AA17
Complementary color
Monochromatic Colors of #38AA17
Black with #38AA17
Text Example
Text Example
White with #38AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA17; }
p { color: rgb(56,170,23); }
H1.HeaderClassName
{
color: #38AA17;
}
.AnyTagClassName
{
color: #38AA17;
}
</style>
background-color css
<style>
a { background-color: #38AA17; }
a { background-color: rgb(56,170,23); }
div.DivClassName
{
background-color: #38AA17;
}
.BgClassName
{
background-color: #38AA17;
}
</style>
border-color css
<style>
span { border-color: #38AA17; }
span { border-color: rgb(56,170,23); }
td.TdClassName
{
border-color: #38AA17;
}
.TagClassName
{
border-color: #38AA17;
}
</style>