Shades of Dark Pastel Green #0CC71A
Tints of Dark Pastel Green #0CC71A
RGB
CMYK
RGB Variations
Color information
#0CC71A (or 0x0CC71A) is known color: Dark Pastel Green. HEX triplet: 0C, C7 and 1A. RGB value is (12,199,26). Sum of RGB (Red+Green+Blue) = 12+199+26=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC71A is #F338E5. Grayscale: #7B7B7B. Windows color (decimal): -15939814 or 1754892. OLE color: 1754892.
HSL color Cylindrical-coordinate representation of color #0CC71A: hue angle of 124.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC71A is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 26 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.22 |
| HSL | 124.49º | 0.89% | 0.41% | - |
| HSV(B) | 124.49º | 0.94% | 0.78% | - |
| XYZ | 20.76 | 41 | 7.8 | - |
| YUV | 123.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 26 | 0.94 | 0 | 0.87 | 0.22 | 124.49 | 0.89 | 0.41 |
| Hex | C | C7 | 1A | 5E | 0 | 57 | 16 | 7C | 59 | 29 |
| Octal | 14 | 307 | 32 | 136 | 0 | 127 | 26 | 174 | 131 | 51 |
| Binary | 1100 | 11000111 | 11010 | 1011110 | 0 | 1010111 | 10110 | 1111100 | 1011001 | 101001 |
Color Harmonies of #0CC71A
Complementary color
Monochromatic Colors of #0CC71A
Black with #0CC71A
Text Example
Text Example
White with #0CC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC71A; }
p { color: rgb(12,199,26); }
H1.HeaderClassName
{
color: #0CC71A;
}
.AnyTagClassName
{
color: #0CC71A;
}
</style>
background-color css
<style>
a { background-color: #0CC71A; }
a { background-color: rgb(12,199,26); }
div.DivClassName
{
background-color: #0CC71A;
}
.BgClassName
{
background-color: #0CC71A;
}
</style>
border-color css
<style>
span { border-color: #0CC71A; }
span { border-color: rgb(12,199,26); }
td.TdClassName
{
border-color: #0CC71A;
}
.TagClassName
{
border-color: #0CC71A;
}
</style>