Shades of Dark Pastel Green #0CC74B
Tints of Dark Pastel Green #0CC74B
RGB
CMYK
RGB Variations
Color information
#0CC74B (or 0x0CC74B) is known color: Dark Pastel Green. HEX triplet: 0C, C7 and 4B. RGB value is (12,199,75). Sum of RGB (Red+Green+Blue) = 12+199+75=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 199 (78.12% from 255 or 69.58% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC74B is #F338B4. Grayscale: #818181. Windows color (decimal): -15939765 or 4966156. OLE color: 4966156.
HSL color Cylindrical-coordinate representation of color #0CC74B: hue angle of 140.21º 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 #0CC74B is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 75 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.22 |
| HSL | 140.21º | 0.89% | 0.41% | - |
| HSV(B) | 140.21º | 0.94% | 0.78% | - |
| XYZ | 21.85 | 41.43 | 13.5 | - |
| YUV | 128.95 | 97.55 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 75 | 0.94 | 0 | 0.62 | 0.22 | 140.21 | 0.89 | 0.41 |
| Hex | C | C7 | 4B | 5E | 0 | 3E | 16 | 8C | 59 | 29 |
| Octal | 14 | 307 | 113 | 136 | 0 | 76 | 26 | 214 | 131 | 51 |
| Binary | 1100 | 11000111 | 1001011 | 1011110 | 0 | 111110 | 10110 | 10001100 | 1011001 | 101001 |
Color Harmonies of #0CC74B
Complementary color
Monochromatic Colors of #0CC74B
Black with #0CC74B
Text Example
Text Example
White with #0CC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC74B; }
p { color: rgb(12,199,75); }
H1.HeaderClassName
{
color: #0CC74B;
}
.AnyTagClassName
{
color: #0CC74B;
}
</style>
background-color css
<style>
a { background-color: #0CC74B; }
a { background-color: rgb(12,199,75); }
div.DivClassName
{
background-color: #0CC74B;
}
.BgClassName
{
background-color: #0CC74B;
}
</style>
border-color css
<style>
span { border-color: #0CC74B; }
span { border-color: rgb(12,199,75); }
td.TdClassName
{
border-color: #0CC74B;
}
.TagClassName
{
border-color: #0CC74B;
}
</style>