Shades of Green #15750A
Tints of Green #15750A
RGB
CMYK
RGB Variations
Color information
#15750A (or 0x15750A) is known color: Green. HEX triplet: 15, 75 and 0A. RGB value is (21,117,10). Sum of RGB (Red+Green+Blue) = 21+117+10=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #15750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15750A is #EA8AF5. Grayscale: #4C4C4C. Windows color (decimal): -15370998 or 685333. OLE color: 685333.
HSL color Cylindrical-coordinate representation of color #15750A: hue angle of 113.83º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15750A is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 10 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.54 |
| HSL | 113.83º | 0.84% | 0.25% | - |
| HSV(B) | 113.83º | 0.91% | 0.46% | - |
| XYZ | 6.73 | 12.9 | 2.42 | - |
| YUV | 76.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 10 | 0.82 | 0 | 0.91 | 0.54 | 113.83 | 0.84 | 0.25 |
| Hex | 15 | 75 | A | 52 | 0 | 5B | 36 | 72 | 54 | 19 |
| Octal | 25 | 165 | 12 | 122 | 0 | 133 | 66 | 162 | 124 | 31 |
| Binary | 10101 | 1110101 | 1010 | 1010010 | 0 | 1011011 | 110110 | 1110010 | 1010100 | 11001 |
Color Harmonies of #15750A
Complementary color
Monochromatic Colors of #15750A
Black with #15750A
Text Example
Text Example
White with #15750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15750A; }
p { color: rgb(21,117,10); }
H1.HeaderClassName
{
color: #15750A;
}
.AnyTagClassName
{
color: #15750A;
}
</style>
background-color css
<style>
a { background-color: #15750A; }
a { background-color: rgb(21,117,10); }
div.DivClassName
{
background-color: #15750A;
}
.BgClassName
{
background-color: #15750A;
}
</style>
border-color css
<style>
span { border-color: #15750A; }
span { border-color: rgb(21,117,10); }
td.TdClassName
{
border-color: #15750A;
}
.TagClassName
{
border-color: #15750A;
}
</style>