Shades of Dark Pastel Green #0CCA30
Tints of Dark Pastel Green #0CCA30
RGB
CMYK
RGB Variations
Color information
#0CCA30 (or 0x0CCA30) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 30. RGB value is (12,202,48). Sum of RGB (Red+Green+Blue) = 12+202+48=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 202 (79.30% from 255 or 77.10% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA30 is #F335CF. Grayscale: #808080. Windows color (decimal): -15939024 or 3197452. OLE color: 3197452.
HSL color Cylindrical-coordinate representation of color #0CCA30: hue angle of 131.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA30 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 48 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.21 |
| HSL | 131.37º | 0.89% | 0.42% | - |
| HSV(B) | 131.37º | 0.94% | 0.79% | - |
| XYZ | 21.81 | 42.53 | 9.86 | - |
| YUV | 127.63 | 83.05 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 48 | 0.94 | 0 | 0.76 | 0.21 | 131.37 | 0.89 | 0.42 |
| Hex | C | CA | 30 | 5E | 0 | 4C | 15 | 83 | 59 | 2A |
| Octal | 14 | 312 | 60 | 136 | 0 | 114 | 25 | 203 | 131 | 52 |
| Binary | 1100 | 11001010 | 110000 | 1011110 | 0 | 1001100 | 10101 | 10000011 | 1011001 | 101010 |
Color Harmonies of #0CCA30
Complementary color
Monochromatic Colors of #0CCA30
Black with #0CCA30
Text Example
Text Example
White with #0CCA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA30; }
p { color: rgb(12,202,48); }
H1.HeaderClassName
{
color: #0CCA30;
}
.AnyTagClassName
{
color: #0CCA30;
}
</style>
background-color css
<style>
a { background-color: #0CCA30; }
a { background-color: rgb(12,202,48); }
div.DivClassName
{
background-color: #0CCA30;
}
.BgClassName
{
background-color: #0CCA30;
}
</style>
border-color css
<style>
span { border-color: #0CCA30; }
span { border-color: rgb(12,202,48); }
td.TdClassName
{
border-color: #0CCA30;
}
.TagClassName
{
border-color: #0CCA30;
}
</style>