Shades of Dark Pastel Green #0AC045
Tints of Dark Pastel Green #0AC045
RGB
CMYK
RGB Variations
Color information
#0AC045 (or 0x0AC045) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 45. RGB value is (10,192,69). Sum of RGB (Red+Green+Blue) = 10+192+69=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC045 is #F53FBA. Grayscale: #7B7B7B. Windows color (decimal): -16072635 or 4571146. OLE color: 4571146.
HSL color Cylindrical-coordinate representation of color #0AC045: hue angle of 139.45º 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 #0AC045 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 69 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.25 |
| HSL | 139.45º | 0.9% | 0.4% | - |
| HSV(B) | 139.45º | 0.95% | 0.75% | - |
| XYZ | 20.05 | 38.19 | 11.95 | - |
| YUV | 123.56 | 97.2 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 69 | 0.95 | 0 | 0.64 | 0.25 | 139.45 | 0.9 | 0.4 |
| Hex | A | C0 | 45 | 5F | 0 | 40 | 19 | 8B | 5A | 28 |
| Octal | 12 | 300 | 105 | 137 | 0 | 100 | 31 | 213 | 132 | 50 |
| Binary | 1010 | 11000000 | 1000101 | 1011111 | 0 | 1000000 | 11001 | 10001011 | 1011010 | 101000 |
Color Harmonies of #0AC045
Complementary color
Monochromatic Colors of #0AC045
Black with #0AC045
Text Example
Text Example
White with #0AC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC045; }
p { color: rgb(10,192,69); }
H1.HeaderClassName
{
color: #0AC045;
}
.AnyTagClassName
{
color: #0AC045;
}
</style>
background-color css
<style>
a { background-color: #0AC045; }
a { background-color: rgb(10,192,69); }
div.DivClassName
{
background-color: #0AC045;
}
.BgClassName
{
background-color: #0AC045;
}
</style>
border-color css
<style>
span { border-color: #0AC045; }
span { border-color: rgb(10,192,69); }
td.TdClassName
{
border-color: #0AC045;
}
.TagClassName
{
border-color: #0AC045;
}
</style>