Shades of Dark Pastel Green #08BC1D
Tints of Dark Pastel Green #08BC1D
RGB
CMYK
RGB Variations
Color information
#08BC1D (or 0x08BC1D) is known color: Dark Pastel Green. HEX triplet: 08, BC and 1D. RGB value is (8,188,29). Sum of RGB (Red+Green+Blue) = 8+188+29=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BC1D is #F743E2. Grayscale: #747474. Windows color (decimal): -16204771 or 1948680. OLE color: 1948680.
HSL color Cylindrical-coordinate representation of color #08BC1D: hue angle of 127º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC1D is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 29 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.26 |
| HSL | 127º | 0.92% | 0.38% | - |
| HSV(B) | 127º | 0.96% | 0.74% | - |
| XYZ | 18.31 | 36.11 | 7.17 | - |
| YUV | 116.05 | 78.87 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 29 | 0.96 | 0 | 0.85 | 0.26 | 127 | 0.92 | 0.38 |
| Hex | 8 | BC | 1D | 60 | 0 | 55 | 1A | 7F | 5C | 26 |
| Octal | 10 | 274 | 35 | 140 | 0 | 125 | 32 | 177 | 134 | 46 |
| Binary | 1000 | 10111100 | 11101 | 1100000 | 0 | 1010101 | 11010 | 1111111 | 1011100 | 100110 |
Color Harmonies of #08BC1D
Complementary color
Monochromatic Colors of #08BC1D
Black with #08BC1D
Text Example
Text Example
White with #08BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC1D; }
p { color: rgb(8,188,29); }
H1.HeaderClassName
{
color: #08BC1D;
}
.AnyTagClassName
{
color: #08BC1D;
}
</style>
background-color css
<style>
a { background-color: #08BC1D; }
a { background-color: rgb(8,188,29); }
div.DivClassName
{
background-color: #08BC1D;
}
.BgClassName
{
background-color: #08BC1D;
}
</style>
border-color css
<style>
span { border-color: #08BC1D; }
span { border-color: rgb(8,188,29); }
td.TdClassName
{
border-color: #08BC1D;
}
.TagClassName
{
border-color: #08BC1D;
}
</style>