Shades of Dark Pastel Green #0AC14C
Tints of Dark Pastel Green #0AC14C
RGB
CMYK
RGB Variations
Color information
#0AC14C (or 0x0AC14C) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 4C. RGB value is (10,193,76). Sum of RGB (Red+Green+Blue) = 10+193+76=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC14C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC14C is #F53EB3. Grayscale: #7D7D7D. Windows color (decimal): -16072372 or 5030154. OLE color: 5030154.
HSL color Cylindrical-coordinate representation of color #0AC14C: hue angle of 141.64º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC14C is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 76 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.24 |
| HSL | 141.64º | 0.9% | 0.4% | - |
| HSV(B) | 141.64º | 0.95% | 0.76% | - |
| XYZ | 20.5 | 38.73 | 13.23 | - |
| YUV | 124.95 | 100.37 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 76 | 0.95 | 0 | 0.61 | 0.24 | 141.64 | 0.9 | 0.4 |
| Hex | A | C1 | 4C | 5F | 0 | 3D | 18 | 8E | 5A | 28 |
| Octal | 12 | 301 | 114 | 137 | 0 | 75 | 30 | 216 | 132 | 50 |
| Binary | 1010 | 11000001 | 1001100 | 1011111 | 0 | 111101 | 11000 | 10001110 | 1011010 | 101000 |
Color Harmonies of #0AC14C
Complementary color
Monochromatic Colors of #0AC14C
Black with #0AC14C
Text Example
Text Example
White with #0AC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC14C; }
p { color: rgb(10,193,76); }
H1.HeaderClassName
{
color: #0AC14C;
}
.AnyTagClassName
{
color: #0AC14C;
}
</style>
background-color css
<style>
a { background-color: #0AC14C; }
a { background-color: rgb(10,193,76); }
div.DivClassName
{
background-color: #0AC14C;
}
.BgClassName
{
background-color: #0AC14C;
}
</style>
border-color css
<style>
span { border-color: #0AC14C; }
span { border-color: rgb(10,193,76); }
td.TdClassName
{
border-color: #0AC14C;
}
.TagClassName
{
border-color: #0AC14C;
}
</style>