Shades of Dark Pastel Green #00B91A
Tints of Dark Pastel Green #00B91A
RGB
CMYK
RGB Variations
Color information
#00B91A (or 0x00B91A) is known color: Dark Pastel Green. HEX triplet: 00, B9 and 1A. RGB value is (0,185,26). Sum of RGB (Red+Green+Blue) = 0+185+26=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 185 (72.66% from 255 or 87.68% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 185 - color contains mainly: green. Hex color #00B91A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B91A is #FF46E5. Grayscale: #707070. Windows color (decimal): -16729830 or 1751296. OLE color: 1751296.
HSL color Cylindrical-coordinate representation of color #00B91A: hue angle of 128.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B91A is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 26 | - |
| CMYK | 1 | 0 | 0.86 | 0.27 |
| HSL | 128.43º | 1% | 0.36% | - |
| HSV(B) | 128.43º | 1% | 0.73% | - |
| XYZ | 17.54 | 34.77 | 6.76 | - |
| YUV | 111.56 | 79.71 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 26 | 1 | 0 | 0.86 | 0.27 | 128.43 | 1 | 0.36 |
| Hex | 0 | B9 | 1A | 64 | 0 | 56 | 1B | 80 | 64 | 24 |
| Octal | 0 | 271 | 32 | 144 | 0 | 126 | 33 | 200 | 144 | 44 |
| Binary | 0 | 10111001 | 11010 | 1100100 | 0 | 1010110 | 11011 | 10000000 | 1100100 | 100100 |
Color Harmonies of #00B91A
Complementary color
Monochromatic Colors of #00B91A
Black with #00B91A
Text Example
Text Example
White with #00B91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B91A; }
p { color: rgb(0,185,26); }
H1.HeaderClassName
{
color: #00B91A;
}
.AnyTagClassName
{
color: #00B91A;
}
</style>
background-color css
<style>
a { background-color: #00B91A; }
a { background-color: rgb(0,185,26); }
div.DivClassName
{
background-color: #00B91A;
}
.BgClassName
{
background-color: #00B91A;
}
</style>
border-color css
<style>
span { border-color: #00B91A; }
span { border-color: rgb(0,185,26); }
td.TdClassName
{
border-color: #00B91A;
}
.TagClassName
{
border-color: #00B91A;
}
</style>