Shades of Dark Pastel Green #0AC54C
Tints of Dark Pastel Green #0AC54C
RGB
CMYK
RGB Variations
Color information
#0AC54C (or 0x0AC54C) is known color: Dark Pastel Green. HEX triplet: 0A, C5 and 4C. RGB value is (10,197,76). Sum of RGB (Red+Green+Blue) = 10+197+76=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC54C is #F53AB3. Grayscale: #7F7F7F. Windows color (decimal): -16071348 or 5031178. OLE color: 5031178.
HSL color Cylindrical-coordinate representation of color #0AC54C: hue angle of 141.18º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC54C is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 76 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.23 |
| HSL | 141.18º | 0.9% | 0.41% | - |
| HSV(B) | 141.18º | 0.95% | 0.77% | - |
| XYZ | 21.4 | 40.52 | 13.53 | - |
| YUV | 127.29 | 99.05 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 76 | 0.95 | 0 | 0.61 | 0.23 | 141.18 | 0.9 | 0.41 |
| Hex | A | C5 | 4C | 5F | 0 | 3D | 17 | 8D | 5A | 29 |
| Octal | 12 | 305 | 114 | 137 | 0 | 75 | 27 | 215 | 132 | 51 |
| Binary | 1010 | 11000101 | 1001100 | 1011111 | 0 | 111101 | 10111 | 10001101 | 1011010 | 101001 |
Color Harmonies of #0AC54C
Complementary color
Monochromatic Colors of #0AC54C
Black with #0AC54C
Text Example
Text Example
White with #0AC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC54C; }
p { color: rgb(10,197,76); }
H1.HeaderClassName
{
color: #0AC54C;
}
.AnyTagClassName
{
color: #0AC54C;
}
</style>
background-color css
<style>
a { background-color: #0AC54C; }
a { background-color: rgb(10,197,76); }
div.DivClassName
{
background-color: #0AC54C;
}
.BgClassName
{
background-color: #0AC54C;
}
</style>
border-color css
<style>
span { border-color: #0AC54C; }
span { border-color: rgb(10,197,76); }
td.TdClassName
{
border-color: #0AC54C;
}
.TagClassName
{
border-color: #0AC54C;
}
</style>