Shades of Dark Pastel Green #0AC623
Tints of Dark Pastel Green #0AC623
RGB
CMYK
RGB Variations
Color information
#0AC623 (or 0x0AC623) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 23. RGB value is (10,198,35). Sum of RGB (Red+Green+Blue) = 10+198+35=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 198 (77.73% from 255 or 81.48% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC623 is #F539DC. Grayscale: #7B7B7B. Windows color (decimal): -16071133 or 2344458. OLE color: 2344458.
HSL color Cylindrical-coordinate representation of color #0AC623: hue angle of 127.98º 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 #0AC623 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 35 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.22 |
| HSL | 127.98º | 0.9% | 0.41% | - |
| HSV(B) | 127.98º | 0.95% | 0.78% | - |
| XYZ | 20.62 | 40.57 | 8.33 | - |
| YUV | 123.21 | 78.22 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 35 | 0.95 | 0 | 0.82 | 0.22 | 127.98 | 0.9 | 0.41 |
| Hex | A | C6 | 23 | 5F | 0 | 52 | 16 | 80 | 5A | 29 |
| Octal | 12 | 306 | 43 | 137 | 0 | 122 | 26 | 200 | 132 | 51 |
| Binary | 1010 | 11000110 | 100011 | 1011111 | 0 | 1010010 | 10110 | 10000000 | 1011010 | 101001 |
Color Harmonies of #0AC623
Complementary color
Monochromatic Colors of #0AC623
Black with #0AC623
Text Example
Text Example
White with #0AC623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC623; }
p { color: rgb(10,198,35); }
H1.HeaderClassName
{
color: #0AC623;
}
.AnyTagClassName
{
color: #0AC623;
}
</style>
background-color css
<style>
a { background-color: #0AC623; }
a { background-color: rgb(10,198,35); }
div.DivClassName
{
background-color: #0AC623;
}
.BgClassName
{
background-color: #0AC623;
}
</style>
border-color css
<style>
span { border-color: #0AC623; }
span { border-color: rgb(10,198,35); }
td.TdClassName
{
border-color: #0AC623;
}
.TagClassName
{
border-color: #0AC623;
}
</style>