Shades of Dark Pastel Green #0CCE2A
Tints of Dark Pastel Green #0CCE2A
RGB
CMYK
RGB Variations
Color information
#0CCE2A (or 0x0CCE2A) is known color: Dark Pastel Green. HEX triplet: 0C, CE and 2A. RGB value is (12,206,42). Sum of RGB (Red+Green+Blue) = 12+206+42=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE2A is #F331D5. Grayscale: #818181. Windows color (decimal): -15938006 or 2805260. OLE color: 2805260.
HSL color Cylindrical-coordinate representation of color #0CCE2A: hue angle of 129.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE2A is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 42 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.19 |
| HSL | 129.28º | 0.89% | 0.43% | - |
| HSV(B) | 129.28º | 0.94% | 0.81% | - |
| XYZ | 22.64 | 44.39 | 9.56 | - |
| YUV | 129.3 | 78.73 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 42 | 0.94 | 0 | 0.80 | 0.19 | 129.28 | 0.89 | 0.43 |
| Hex | C | CE | 2A | 5E | 0 | 50 | 13 | 81 | 59 | 2B |
| Octal | 14 | 316 | 52 | 136 | 0 | 120 | 23 | 201 | 131 | 53 |
| Binary | 1100 | 11001110 | 101010 | 1011110 | 0 | 1010000 | 10011 | 10000001 | 1011001 | 101011 |
Color Harmonies of #0CCE2A
Complementary color
Monochromatic Colors of #0CCE2A
Black with #0CCE2A
Text Example
Text Example
White with #0CCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE2A; }
p { color: rgb(12,206,42); }
H1.HeaderClassName
{
color: #0CCE2A;
}
.AnyTagClassName
{
color: #0CCE2A;
}
</style>
background-color css
<style>
a { background-color: #0CCE2A; }
a { background-color: rgb(12,206,42); }
div.DivClassName
{
background-color: #0CCE2A;
}
.BgClassName
{
background-color: #0CCE2A;
}
</style>
border-color css
<style>
span { border-color: #0CCE2A; }
span { border-color: rgb(12,206,42); }
td.TdClassName
{
border-color: #0CCE2A;
}
.TagClassName
{
border-color: #0CCE2A;
}
</style>