Shades of Dark Pastel Green #0AC844
Tints of Dark Pastel Green #0AC844
RGB
CMYK
RGB Variations
Color information
#0AC844 (or 0x0AC844) is known color: Dark Pastel Green. HEX triplet: 0A, C8 and 44. RGB value is (10,200,68). Sum of RGB (Red+Green+Blue) = 10+200+68=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 200 (78.52% from 255 or 71.94% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC844 is #F537BB. Grayscale: #808080. Windows color (decimal): -16070588 or 4507658. OLE color: 4507658.
HSL color Cylindrical-coordinate representation of color #0AC844: hue angle of 138.32º 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 #0AC844 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 68 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.22 |
| HSL | 138.32º | 0.9% | 0.41% | - |
| HSV(B) | 138.32º | 0.95% | 0.78% | - |
| XYZ | 21.82 | 41.79 | 12.39 | - |
| YUV | 128.14 | 94.05 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 68 | 0.95 | 0 | 0.66 | 0.22 | 138.32 | 0.9 | 0.41 |
| Hex | A | C8 | 44 | 5F | 0 | 42 | 16 | 8A | 5A | 29 |
| Octal | 12 | 310 | 104 | 137 | 0 | 102 | 26 | 212 | 132 | 51 |
| Binary | 1010 | 11001000 | 1000100 | 1011111 | 0 | 1000010 | 10110 | 10001010 | 1011010 | 101001 |
Color Harmonies of #0AC844
Complementary color
Monochromatic Colors of #0AC844
Black with #0AC844
Text Example
Text Example
White with #0AC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC844; }
p { color: rgb(10,200,68); }
H1.HeaderClassName
{
color: #0AC844;
}
.AnyTagClassName
{
color: #0AC844;
}
</style>
background-color css
<style>
a { background-color: #0AC844; }
a { background-color: rgb(10,200,68); }
div.DivClassName
{
background-color: #0AC844;
}
.BgClassName
{
background-color: #0AC844;
}
</style>
border-color css
<style>
span { border-color: #0AC844; }
span { border-color: rgb(10,200,68); }
td.TdClassName
{
border-color: #0AC844;
}
.TagClassName
{
border-color: #0AC844;
}
</style>