Shades of Kelly Green #38A90B
Tints of Kelly Green #38A90B
RGB
CMYK
RGB Variations
Color information
#38A90B (or 0x38A90B) is known color: Kelly Green. HEX triplet: 38, A9 and 0B. RGB value is (56,169,11). Sum of RGB (Red+Green+Blue) = 56+169+11=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 169 (66.41% from 255 or 71.61% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 169 - color contains mainly: green. Hex color #38A90B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A90B is #C756F4. Grayscale: #757575. Windows color (decimal): -13063925 or 764216. OLE color: 764216.
HSL color Cylindrical-coordinate representation of color #38A90B: hue angle of 102.91º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38A90B is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 11 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.34 |
| HSL | 102.91º | 0.88% | 0.35% | - |
| HSV(B) | 102.91º | 0.93% | 0.66% | - |
| XYZ | 15.88 | 29.24 | 5.12 | - |
| YUV | 117.2 | 68.06 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 11 | 0.67 | 0 | 0.93 | 0.34 | 102.91 | 0.88 | 0.35 |
| Hex | 38 | A9 | B | 43 | 0 | 5D | 22 | 67 | 58 | 23 |
| Octal | 70 | 251 | 13 | 103 | 0 | 135 | 42 | 147 | 130 | 43 |
| Binary | 111000 | 10101001 | 1011 | 1000011 | 0 | 1011101 | 100010 | 1100111 | 1011000 | 100011 |
Color Harmonies of #38A90B
Complementary color
Monochromatic Colors of #38A90B
Black with #38A90B
Text Example
Text Example
White with #38A90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A90B; }
p { color: rgb(56,169,11); }
H1.HeaderClassName
{
color: #38A90B;
}
.AnyTagClassName
{
color: #38A90B;
}
</style>
background-color css
<style>
a { background-color: #38A90B; }
a { background-color: rgb(56,169,11); }
div.DivClassName
{
background-color: #38A90B;
}
.BgClassName
{
background-color: #38A90B;
}
</style>
border-color css
<style>
span { border-color: #38A90B; }
span { border-color: rgb(56,169,11); }
td.TdClassName
{
border-color: #38A90B;
}
.TagClassName
{
border-color: #38A90B;
}
</style>