Shades of Dark Pastel Green #10A73C
Tints of Dark Pastel Green #10A73C
RGB
CMYK
RGB Variations
Color information
#10A73C (or 0x10A73C) is known color: Dark Pastel Green. HEX triplet: 10, A7 and 3C. RGB value is (16,167,60). Sum of RGB (Red+Green+Blue) = 16+167+60=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 167 (65.62% from 255 or 68.72% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 167 - color contains mainly: green. Hex color #10A73C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A73C is #EF58C3. Grayscale: #6D6D6D. Windows color (decimal): -15685828 or 3974928. OLE color: 3974928.
HSL color Cylindrical-coordinate representation of color #10A73C: hue angle of 137.48º degrees, saturation: 0.83, 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 #10A73C is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 167 | 60 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.35 |
| HSL | 137.48º | 0.83% | 0.36% | - |
| HSV(B) | 137.48º | 0.9% | 0.65% | - |
| XYZ | 14.85 | 28.07 | 8.91 | - |
| YUV | 109.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 60 | 0.90 | 0 | 0.64 | 0.35 | 137.48 | 0.83 | 0.36 |
| Hex | 10 | A7 | 3C | 5A | 0 | 40 | 23 | 89 | 53 | 24 |
| Octal | 20 | 247 | 74 | 132 | 0 | 100 | 43 | 211 | 123 | 44 |
| Binary | 10000 | 10100111 | 111100 | 1011010 | 0 | 1000000 | 100011 | 10001001 | 1010011 | 100100 |
Color Harmonies of #10A73C
Complementary color
Monochromatic Colors of #10A73C
Black with #10A73C
Text Example
Text Example
White with #10A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A73C; }
p { color: rgb(16,167,60); }
H1.HeaderClassName
{
color: #10A73C;
}
.AnyTagClassName
{
color: #10A73C;
}
</style>
background-color css
<style>
a { background-color: #10A73C; }
a { background-color: rgb(16,167,60); }
div.DivClassName
{
background-color: #10A73C;
}
.BgClassName
{
background-color: #10A73C;
}
</style>
border-color css
<style>
span { border-color: #10A73C; }
span { border-color: rgb(16,167,60); }
td.TdClassName
{
border-color: #10A73C;
}
.TagClassName
{
border-color: #10A73C;
}
</style>