Shades of Dark Pastel Green #0AC62E
Tints of Dark Pastel Green #0AC62E
RGB
CMYK
RGB Variations
Color information
#0AC62E (or 0x0AC62E) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 2E. RGB value is (10,198,46). Sum of RGB (Red+Green+Blue) = 10+198+46=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 198 (77.73% from 255 or 77.95% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC62E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC62E is #F539D1. Grayscale: #7C7C7C. Windows color (decimal): -16071122 or 3065354. OLE color: 3065354.
HSL color Cylindrical-coordinate representation of color #0AC62E: hue angle of 131.49º 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 #0AC62E is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 46 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.22 |
| HSL | 131.49º | 0.9% | 0.41% | - |
| HSV(B) | 131.49º | 0.95% | 0.78% | - |
| XYZ | 20.81 | 40.65 | 9.33 | - |
| YUV | 124.46 | 83.72 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 46 | 0.95 | 0 | 0.77 | 0.22 | 131.49 | 0.9 | 0.41 |
| Hex | A | C6 | 2E | 5F | 0 | 4D | 16 | 83 | 5A | 29 |
| Octal | 12 | 306 | 56 | 137 | 0 | 115 | 26 | 203 | 132 | 51 |
| Binary | 1010 | 11000110 | 101110 | 1011111 | 0 | 1001101 | 10110 | 10000011 | 1011010 | 101001 |
Color Harmonies of #0AC62E
Complementary color
Monochromatic Colors of #0AC62E
Black with #0AC62E
Text Example
Text Example
White with #0AC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC62E; }
p { color: rgb(10,198,46); }
H1.HeaderClassName
{
color: #0AC62E;
}
.AnyTagClassName
{
color: #0AC62E;
}
</style>
background-color css
<style>
a { background-color: #0AC62E; }
a { background-color: rgb(10,198,46); }
div.DivClassName
{
background-color: #0AC62E;
}
.BgClassName
{
background-color: #0AC62E;
}
</style>
border-color css
<style>
span { border-color: #0AC62E; }
span { border-color: rgb(10,198,46); }
td.TdClassName
{
border-color: #0AC62E;
}
.TagClassName
{
border-color: #0AC62E;
}
</style>