Shades of Dark Pastel Green #0DCE1B
Tints of Dark Pastel Green #0DCE1B
RGB
CMYK
RGB Variations
Color information
#0DCE1B (or 0x0DCE1B) is known color: Dark Pastel Green. HEX triplet: 0D, CE and 1B. RGB value is (13,206,27). Sum of RGB (Red+Green+Blue) = 13+206+27=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 206 (80.86% from 255 or 83.74% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCE1B is #F231E4. Grayscale: #808080. Windows color (decimal): -15872485 or 1822221. OLE color: 1822221.
HSL color Cylindrical-coordinate representation of color #0DCE1B: hue angle of 124.35º degrees, saturation: 0.88, 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 #0DCE1B is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 27 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.19 |
| HSL | 124.35º | 0.88% | 0.43% | - |
| HSV(B) | 124.35º | 0.94% | 0.81% | - |
| XYZ | 22.44 | 44.31 | 8.41 | - |
| YUV | 127.89 | 71.06 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 27 | 0.94 | 0 | 0.87 | 0.19 | 124.35 | 0.88 | 0.43 |
| Hex | D | CE | 1B | 5E | 0 | 57 | 13 | 7C | 58 | 2B |
| Octal | 15 | 316 | 33 | 136 | 0 | 127 | 23 | 174 | 130 | 53 |
| Binary | 1101 | 11001110 | 11011 | 1011110 | 0 | 1010111 | 10011 | 1111100 | 1011000 | 101011 |
Color Harmonies of #0DCE1B
Complementary color
Monochromatic Colors of #0DCE1B
Black with #0DCE1B
Text Example
Text Example
White with #0DCE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCE1B; }
p { color: rgb(13,206,27); }
H1.HeaderClassName
{
color: #0DCE1B;
}
.AnyTagClassName
{
color: #0DCE1B;
}
</style>
background-color css
<style>
a { background-color: #0DCE1B; }
a { background-color: rgb(13,206,27); }
div.DivClassName
{
background-color: #0DCE1B;
}
.BgClassName
{
background-color: #0DCE1B;
}
</style>
border-color css
<style>
span { border-color: #0DCE1B; }
span { border-color: rgb(13,206,27); }
td.TdClassName
{
border-color: #0DCE1B;
}
.TagClassName
{
border-color: #0DCE1B;
}
</style>