Shades of Dark Pastel Green #10A92C
Tints of Dark Pastel Green #10A92C
RGB
CMYK
RGB Variations
Color information
#10A92C (or 0x10A92C) is known color: Dark Pastel Green. HEX triplet: 10, A9 and 2C. RGB value is (16,169,44). Sum of RGB (Red+Green+Blue) = 16+169+44=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 169 (66.41% from 255 or 73.80% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 169 - color contains mainly: green. Hex color #10A92C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A92C is #EF56D3. Grayscale: #6D6D6D. Windows color (decimal): -15685332 or 2926864. OLE color: 2926864.
HSL color Cylindrical-coordinate representation of color #10A92C: hue angle of 130.98º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A92C is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 44 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.34 |
| HSL | 130.98º | 0.83% | 0.36% | - |
| HSV(B) | 130.98º | 0.91% | 0.66% | - |
| XYZ | 14.86 | 28.67 | 7.13 | - |
| YUV | 109 | 91.31 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 44 | 0.91 | 0 | 0.74 | 0.34 | 130.98 | 0.83 | 0.36 |
| Hex | 10 | A9 | 2C | 5B | 0 | 4A | 22 | 83 | 53 | 24 |
| Octal | 20 | 251 | 54 | 133 | 0 | 112 | 42 | 203 | 123 | 44 |
| Binary | 10000 | 10101001 | 101100 | 1011011 | 0 | 1001010 | 100010 | 10000011 | 1010011 | 100100 |
Color Harmonies of #10A92C
Complementary color
Monochromatic Colors of #10A92C
Black with #10A92C
Text Example
Text Example
White with #10A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A92C; }
p { color: rgb(16,169,44); }
H1.HeaderClassName
{
color: #10A92C;
}
.AnyTagClassName
{
color: #10A92C;
}
</style>
background-color css
<style>
a { background-color: #10A92C; }
a { background-color: rgb(16,169,44); }
div.DivClassName
{
background-color: #10A92C;
}
.BgClassName
{
background-color: #10A92C;
}
</style>
border-color css
<style>
span { border-color: #10A92C; }
span { border-color: rgb(16,169,44); }
td.TdClassName
{
border-color: #10A92C;
}
.TagClassName
{
border-color: #10A92C;
}
</style>