Shades of Dark Pastel Green #0AC64C
Tints of Dark Pastel Green #0AC64C
RGB
CMYK
RGB Variations
Color information
#0AC64C (or 0x0AC64C) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 4C. RGB value is (10,198,76). Sum of RGB (Red+Green+Blue) = 10+198+76=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 198 (77.73% from 255 or 69.72% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC64C is #F539B3. Grayscale: #808080. Windows color (decimal): -16071092 or 5031434. OLE color: 5031434.
HSL color Cylindrical-coordinate representation of color #0AC64C: hue angle of 141.06º 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 #0AC64C is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 76 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.22 |
| HSL | 141.06º | 0.9% | 0.41% | - |
| HSV(B) | 141.06º | 0.95% | 0.78% | - |
| XYZ | 21.62 | 40.97 | 13.61 | - |
| YUV | 127.88 | 98.72 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 76 | 0.95 | 0 | 0.62 | 0.22 | 141.06 | 0.9 | 0.41 |
| Hex | A | C6 | 4C | 5F | 0 | 3E | 16 | 8D | 5A | 29 |
| Octal | 12 | 306 | 114 | 137 | 0 | 76 | 26 | 215 | 132 | 51 |
| Binary | 1010 | 11000110 | 1001100 | 1011111 | 0 | 111110 | 10110 | 10001101 | 1011010 | 101001 |
Color Harmonies of #0AC64C
Complementary color
Monochromatic Colors of #0AC64C
Black with #0AC64C
Text Example
Text Example
White with #0AC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC64C; }
p { color: rgb(10,198,76); }
H1.HeaderClassName
{
color: #0AC64C;
}
.AnyTagClassName
{
color: #0AC64C;
}
</style>
background-color css
<style>
a { background-color: #0AC64C; }
a { background-color: rgb(10,198,76); }
div.DivClassName
{
background-color: #0AC64C;
}
.BgClassName
{
background-color: #0AC64C;
}
</style>
border-color css
<style>
span { border-color: #0AC64C; }
span { border-color: rgb(10,198,76); }
td.TdClassName
{
border-color: #0AC64C;
}
.TagClassName
{
border-color: #0AC64C;
}
</style>