Shades of Dark Pastel Green #0CCD1F
Tints of Dark Pastel Green #0CCD1F
RGB
CMYK
RGB Variations
Color information
#0CCD1F (or 0x0CCD1F) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 1F. RGB value is (12,205,31). Sum of RGB (Red+Green+Blue) = 12+205+31=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 205 (80.47% from 255 or 82.66% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCD1F is #F332E0. Grayscale: #7F7F7F. Windows color (decimal): -15938273 or 2084108. OLE color: 2084108.
HSL color Cylindrical-coordinate representation of color #0CCD1F: hue angle of 125.91º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD1F is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 31 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.20 |
| HSL | 125.91º | 0.89% | 0.43% | - |
| HSV(B) | 125.91º | 0.94% | 0.8% | - |
| XYZ | 22.23 | 43.84 | 8.59 | - |
| YUV | 127.46 | 73.56 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 31 | 0.94 | 0 | 0.85 | 0.20 | 125.91 | 0.89 | 0.43 |
| Hex | C | CD | 1F | 5E | 0 | 55 | 14 | 7E | 59 | 2B |
| Octal | 14 | 315 | 37 | 136 | 0 | 125 | 24 | 176 | 131 | 53 |
| Binary | 1100 | 11001101 | 11111 | 1011110 | 0 | 1010101 | 10100 | 1111110 | 1011001 | 101011 |
Color Harmonies of #0CCD1F
Complementary color
Monochromatic Colors of #0CCD1F
Black with #0CCD1F
Text Example
Text Example
White with #0CCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD1F; }
p { color: rgb(12,205,31); }
H1.HeaderClassName
{
color: #0CCD1F;
}
.AnyTagClassName
{
color: #0CCD1F;
}
</style>
background-color css
<style>
a { background-color: #0CCD1F; }
a { background-color: rgb(12,205,31); }
div.DivClassName
{
background-color: #0CCD1F;
}
.BgClassName
{
background-color: #0CCD1F;
}
</style>
border-color css
<style>
span { border-color: #0CCD1F; }
span { border-color: rgb(12,205,31); }
td.TdClassName
{
border-color: #0CCD1F;
}
.TagClassName
{
border-color: #0CCD1F;
}
</style>