Shades of Dark Pastel Green #0AC73C
Tints of Dark Pastel Green #0AC73C
RGB
CMYK
RGB Variations
Color information
#0AC73C (or 0x0AC73C) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 3C. RGB value is (10,199,60). Sum of RGB (Red+Green+Blue) = 10+199+60=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 199 (78.12% from 255 or 73.98% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC73C is #F538C3. Grayscale: #7F7F7F. Windows color (decimal): -16070852 or 3983114. OLE color: 3983114.
HSL color Cylindrical-coordinate representation of color #0AC73C: hue angle of 135.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC73C is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 60 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.22 |
| HSL | 135.87º | 0.9% | 0.41% | - |
| HSV(B) | 135.87º | 0.95% | 0.78% | - |
| XYZ | 21.36 | 41.24 | 11.11 | - |
| YUV | 126.64 | 90.38 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 60 | 0.95 | 0 | 0.70 | 0.22 | 135.87 | 0.9 | 0.41 |
| Hex | A | C7 | 3C | 5F | 0 | 46 | 16 | 88 | 5A | 29 |
| Octal | 12 | 307 | 74 | 137 | 0 | 106 | 26 | 210 | 132 | 51 |
| Binary | 1010 | 11000111 | 111100 | 1011111 | 0 | 1000110 | 10110 | 10001000 | 1011010 | 101001 |
Color Harmonies of #0AC73C
Complementary color
Monochromatic Colors of #0AC73C
Black with #0AC73C
Text Example
Text Example
White with #0AC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC73C; }
p { color: rgb(10,199,60); }
H1.HeaderClassName
{
color: #0AC73C;
}
.AnyTagClassName
{
color: #0AC73C;
}
</style>
background-color css
<style>
a { background-color: #0AC73C; }
a { background-color: rgb(10,199,60); }
div.DivClassName
{
background-color: #0AC73C;
}
.BgClassName
{
background-color: #0AC73C;
}
</style>
border-color css
<style>
span { border-color: #0AC73C; }
span { border-color: rgb(10,199,60); }
td.TdClassName
{
border-color: #0AC73C;
}
.TagClassName
{
border-color: #0AC73C;
}
</style>