Shades of Dark Pastel Green #0AC034
Tints of Dark Pastel Green #0AC034
RGB
CMYK
RGB Variations
Color information
#0AC034 (or 0x0AC034) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 34. RGB value is (10,192,52). Sum of RGB (Red+Green+Blue) = 10+192+52=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC034 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC034 is #F53FCB. Grayscale: #7A7A7A. Windows color (decimal): -16072652 or 3457034. OLE color: 3457034.
HSL color Cylindrical-coordinate representation of color #0AC034: hue angle of 133.85º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC034 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 52 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.25 |
| HSL | 133.85º | 0.9% | 0.4% | - |
| HSV(B) | 133.85º | 0.95% | 0.75% | - |
| XYZ | 19.59 | 38.01 | 9.55 | - |
| YUV | 121.62 | 88.7 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 52 | 0.95 | 0 | 0.73 | 0.25 | 133.85 | 0.9 | 0.4 |
| Hex | A | C0 | 34 | 5F | 0 | 49 | 19 | 86 | 5A | 28 |
| Octal | 12 | 300 | 64 | 137 | 0 | 111 | 31 | 206 | 132 | 50 |
| Binary | 1010 | 11000000 | 110100 | 1011111 | 0 | 1001001 | 11001 | 10000110 | 1011010 | 101000 |
Color Harmonies of #0AC034
Complementary color
Monochromatic Colors of #0AC034
Black with #0AC034
Text Example
Text Example
White with #0AC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC034; }
p { color: rgb(10,192,52); }
H1.HeaderClassName
{
color: #0AC034;
}
.AnyTagClassName
{
color: #0AC034;
}
</style>
background-color css
<style>
a { background-color: #0AC034; }
a { background-color: rgb(10,192,52); }
div.DivClassName
{
background-color: #0AC034;
}
.BgClassName
{
background-color: #0AC034;
}
</style>
border-color css
<style>
span { border-color: #0AC034; }
span { border-color: rgb(10,192,52); }
td.TdClassName
{
border-color: #0AC034;
}
.TagClassName
{
border-color: #0AC034;
}
</style>