Shades of Dark Pastel Green #10A237
Tints of Dark Pastel Green #10A237
RGB
CMYK
RGB Variations
Color information
#10A237 (or 0x10A237) is known color: Dark Pastel Green. HEX triplet: 10, A2 and 37. RGB value is (16,162,55). Sum of RGB (Red+Green+Blue) = 16+162+55=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #10A237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A237 is #EF5DC8. Grayscale: #6A6A6A. Windows color (decimal): -15687113 or 3645968. OLE color: 3645968.
HSL color Cylindrical-coordinate representation of color #10A237: hue angle of 136.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A237 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 55 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.36 |
| HSL | 136.03º | 0.82% | 0.35% | - |
| HSV(B) | 136.03º | 0.9% | 0.64% | - |
| XYZ | 13.82 | 26.23 | 7.95 | - |
| YUV | 106.15 | 99.13 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 55 | 0.90 | 0 | 0.66 | 0.36 | 136.03 | 0.82 | 0.35 |
| Hex | 10 | A2 | 37 | 5A | 0 | 42 | 24 | 88 | 52 | 23 |
| Octal | 20 | 242 | 67 | 132 | 0 | 102 | 44 | 210 | 122 | 43 |
| Binary | 10000 | 10100010 | 110111 | 1011010 | 0 | 1000010 | 100100 | 10001000 | 1010010 | 100011 |
Color Harmonies of #10A237
Complementary color
Monochromatic Colors of #10A237
Black with #10A237
Text Example
Text Example
White with #10A237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A237; }
p { color: rgb(16,162,55); }
H1.HeaderClassName
{
color: #10A237;
}
.AnyTagClassName
{
color: #10A237;
}
</style>
background-color css
<style>
a { background-color: #10A237; }
a { background-color: rgb(16,162,55); }
div.DivClassName
{
background-color: #10A237;
}
.BgClassName
{
background-color: #10A237;
}
</style>
border-color css
<style>
span { border-color: #10A237; }
span { border-color: rgb(16,162,55); }
td.TdClassName
{
border-color: #10A237;
}
.TagClassName
{
border-color: #10A237;
}
</style>