Shades of Kelly Green #38AF12
Tints of Kelly Green #38AF12
RGB
CMYK
RGB Variations
Color information
#38AF12 (or 0x38AF12) is known color: Kelly Green. HEX triplet: 38, AF and 12. RGB value is (56,175,18). Sum of RGB (Red+Green+Blue) = 56+175+18=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AF12 is #C750ED. Grayscale: #7A7A7A. Windows color (decimal): -13062382 or 1224504. OLE color: 1224504.
HSL color Cylindrical-coordinate representation of color #38AF12: hue angle of 105.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38AF12 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 18 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.31 |
| HSL | 105.48º | 0.81% | 0.38% | - |
| HSV(B) | 105.48º | 0.9% | 0.69% | - |
| XYZ | 17.07 | 31.54 | 5.76 | - |
| YUV | 121.52 | 69.58 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 18 | 0.68 | 0 | 0.90 | 0.31 | 105.48 | 0.81 | 0.38 |
| Hex | 38 | AF | 12 | 44 | 0 | 5A | 1F | 69 | 51 | 26 |
| Octal | 70 | 257 | 22 | 104 | 0 | 132 | 37 | 151 | 121 | 46 |
| Binary | 111000 | 10101111 | 10010 | 1000100 | 0 | 1011010 | 11111 | 1101001 | 1010001 | 100110 |
Color Harmonies of #38AF12
Complementary color
Monochromatic Colors of #38AF12
Black with #38AF12
Text Example
Text Example
White with #38AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AF12; }
p { color: rgb(56,175,18); }
H1.HeaderClassName
{
color: #38AF12;
}
.AnyTagClassName
{
color: #38AF12;
}
</style>
background-color css
<style>
a { background-color: #38AF12; }
a { background-color: rgb(56,175,18); }
div.DivClassName
{
background-color: #38AF12;
}
.BgClassName
{
background-color: #38AF12;
}
</style>
border-color css
<style>
span { border-color: #38AF12; }
span { border-color: rgb(56,175,18); }
td.TdClassName
{
border-color: #38AF12;
}
.TagClassName
{
border-color: #38AF12;
}
</style>