Shades of Dark Pastel Green #0AC130
Tints of Dark Pastel Green #0AC130
RGB
CMYK
RGB Variations
Color information
#0AC130 (or 0x0AC130) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 30. RGB value is (10,193,48). Sum of RGB (Red+Green+Blue) = 10+193+48=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 193 (75.78% from 255 or 76.89% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC130 is #F53ECF. Grayscale: #7A7A7A. Windows color (decimal): -16072400 or 3195146. OLE color: 3195146.
HSL color Cylindrical-coordinate representation of color #0AC130: hue angle of 132.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC130 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 48 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.24 |
| HSL | 132.46º | 0.9% | 0.4% | - |
| HSV(B) | 132.46º | 0.95% | 0.76% | - |
| XYZ | 19.73 | 38.42 | 9.17 | - |
| YUV | 121.75 | 86.37 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 48 | 0.95 | 0 | 0.75 | 0.24 | 132.46 | 0.9 | 0.4 |
| Hex | A | C1 | 30 | 5F | 0 | 4B | 18 | 84 | 5A | 28 |
| Octal | 12 | 301 | 60 | 137 | 0 | 113 | 30 | 204 | 132 | 50 |
| Binary | 1010 | 11000001 | 110000 | 1011111 | 0 | 1001011 | 11000 | 10000100 | 1011010 | 101000 |
Color Harmonies of #0AC130
Complementary color
Monochromatic Colors of #0AC130
Black with #0AC130
Text Example
Text Example
White with #0AC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC130; }
p { color: rgb(10,193,48); }
H1.HeaderClassName
{
color: #0AC130;
}
.AnyTagClassName
{
color: #0AC130;
}
</style>
background-color css
<style>
a { background-color: #0AC130; }
a { background-color: rgb(10,193,48); }
div.DivClassName
{
background-color: #0AC130;
}
.BgClassName
{
background-color: #0AC130;
}
</style>
border-color css
<style>
span { border-color: #0AC130; }
span { border-color: rgb(10,193,48); }
td.TdClassName
{
border-color: #0AC130;
}
.TagClassName
{
border-color: #0AC130;
}
</style>