Shades of Dark Pastel Green #10A635
Tints of Dark Pastel Green #10A635
RGB
CMYK
RGB Variations
Color information
#10A635 (or 0x10A635) is known color: Dark Pastel Green. HEX triplet: 10, A6 and 35. RGB value is (16,166,53). Sum of RGB (Red+Green+Blue) = 16+166+53=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #10A635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A635 is #EF59CA. Grayscale: #6C6C6C. Windows color (decimal): -15686091 or 3515920. OLE color: 3515920.
HSL color Cylindrical-coordinate representation of color #10A635: hue angle of 134.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A635 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 53 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.35 |
| HSL | 134.8º | 0.82% | 0.36% | - |
| HSV(B) | 134.8º | 0.9% | 0.65% | - |
| XYZ | 14.49 | 27.64 | 7.94 | - |
| YUV | 108.27 | 96.81 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 53 | 0.90 | 0 | 0.68 | 0.35 | 134.8 | 0.82 | 0.36 |
| Hex | 10 | A6 | 35 | 5A | 0 | 44 | 23 | 87 | 52 | 24 |
| Octal | 20 | 246 | 65 | 132 | 0 | 104 | 43 | 207 | 122 | 44 |
| Binary | 10000 | 10100110 | 110101 | 1011010 | 0 | 1000100 | 100011 | 10000111 | 1010010 | 100100 |
Color Harmonies of #10A635
Complementary color
Monochromatic Colors of #10A635
Black with #10A635
Text Example
Text Example
White with #10A635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A635; }
p { color: rgb(16,166,53); }
H1.HeaderClassName
{
color: #10A635;
}
.AnyTagClassName
{
color: #10A635;
}
</style>
background-color css
<style>
a { background-color: #10A635; }
a { background-color: rgb(16,166,53); }
div.DivClassName
{
background-color: #10A635;
}
.BgClassName
{
background-color: #10A635;
}
</style>
border-color css
<style>
span { border-color: #10A635; }
span { border-color: rgb(16,166,53); }
td.TdClassName
{
border-color: #10A635;
}
.TagClassName
{
border-color: #10A635;
}
</style>