Shades of Dark Pastel Green #10D12A
Tints of Dark Pastel Green #10D12A
RGB
CMYK
RGB Variations
Color information
#10D12A (or 0x10D12A) is known color: Dark Pastel Green. HEX triplet: 10, D1 and 2A. RGB value is (16,209,42). Sum of RGB (Red+Green+Blue) = 16+209+42=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 209 (82.03% from 255 or 78.28% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 209 - color contains mainly: green. Hex color #10D12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D12A is #EF2ED5. Grayscale: #848484. Windows color (decimal): -15675094 or 2806032. OLE color: 2806032.
HSL color Cylindrical-coordinate representation of color #10D12A: hue angle of 128.08º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D12A is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 42 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.18 |
| HSL | 128.08º | 0.86% | 0.44% | - |
| HSV(B) | 128.08º | 0.92% | 0.82% | - |
| XYZ | 23.43 | 45.88 | 9.81 | - |
| YUV | 132.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 42 | 0.92 | 0 | 0.80 | 0.18 | 128.08 | 0.86 | 0.44 |
| Hex | 10 | D1 | 2A | 5C | 0 | 50 | 12 | 80 | 56 | 2C |
| Octal | 20 | 321 | 52 | 134 | 0 | 120 | 22 | 200 | 126 | 54 |
| Binary | 10000 | 11010001 | 101010 | 1011100 | 0 | 1010000 | 10010 | 10000000 | 1010110 | 101100 |
Color Harmonies of #10D12A
Complementary color
Monochromatic Colors of #10D12A
Black with #10D12A
Text Example
Text Example
White with #10D12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D12A; }
p { color: rgb(16,209,42); }
H1.HeaderClassName
{
color: #10D12A;
}
.AnyTagClassName
{
color: #10D12A;
}
</style>
background-color css
<style>
a { background-color: #10D12A; }
a { background-color: rgb(16,209,42); }
div.DivClassName
{
background-color: #10D12A;
}
.BgClassName
{
background-color: #10D12A;
}
</style>
border-color css
<style>
span { border-color: #10D12A; }
span { border-color: rgb(16,209,42); }
td.TdClassName
{
border-color: #10D12A;
}
.TagClassName
{
border-color: #10D12A;
}
</style>