Shades of Dark Pastel Green #00C94B
Tints of Dark Pastel Green #00C94B
RGB
CMYK
RGB Variations
Color information
#00C94B (or 0x00C94B) is known color: Dark Pastel Green. HEX triplet: 00, C9 and 4B. RGB value is (0,201,75). Sum of RGB (Red+Green+Blue) = 0+201+75=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 201 (78.91% from 255 or 72.83% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 201 - color contains mainly: green. Hex color #00C94B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C94B is #FF36B4. Grayscale: #7E7E7E. Windows color (decimal): -16725685 or 4966656. OLE color: 4966656.
HSL color Cylindrical-coordinate representation of color #00C94B: hue angle of 142.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C94B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 75 | - |
| CMYK | 1 | 0 | 0.63 | 0.21 |
| HSL | 142.39º | 1% | 0.39% | - |
| HSV(B) | 142.39º | 1% | 0.79% | - |
| XYZ | 22.16 | 42.28 | 13.65 | - |
| YUV | 126.54 | 98.91 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 75 | 1 | 0 | 0.63 | 0.21 | 142.39 | 1 | 0.39 |
| Hex | 0 | C9 | 4B | 64 | 0 | 3F | 15 | 8E | 64 | 27 |
| Octal | 0 | 311 | 113 | 144 | 0 | 77 | 25 | 216 | 144 | 47 |
| Binary | 0 | 11001001 | 1001011 | 1100100 | 0 | 111111 | 10101 | 10001110 | 1100100 | 100111 |
Color Harmonies of #00C94B
Complementary color
Monochromatic Colors of #00C94B
Black with #00C94B
Text Example
Text Example
White with #00C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C94B; }
p { color: rgb(0,201,75); }
H1.HeaderClassName
{
color: #00C94B;
}
.AnyTagClassName
{
color: #00C94B;
}
</style>
background-color css
<style>
a { background-color: #00C94B; }
a { background-color: rgb(0,201,75); }
div.DivClassName
{
background-color: #00C94B;
}
.BgClassName
{
background-color: #00C94B;
}
</style>
border-color css
<style>
span { border-color: #00C94B; }
span { border-color: rgb(0,201,75); }
td.TdClassName
{
border-color: #00C94B;
}
.TagClassName
{
border-color: #00C94B;
}
</style>