Shades of Dark Pastel Green #00C24B
Tints of Dark Pastel Green #00C24B
RGB
CMYK
RGB Variations
Color information
#00C24B (or 0x00C24B) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 4B. RGB value is (0,194,75). Sum of RGB (Red+Green+Blue) = 0+194+75=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #00C24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C24B is #FF3DB4. Grayscale: #7A7A7A. Windows color (decimal): -16727477 or 4964864. OLE color: 4964864.
HSL color Cylindrical-coordinate representation of color #00C24B: hue angle of 143.2º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C24B is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 75 | - |
| CMYK | 1 | 0 | 0.61 | 0.24 |
| HSL | 143.2º | 1% | 0.38% | - |
| HSV(B) | 143.2º | 1% | 0.76% | - |
| XYZ | 20.56 | 39.09 | 13.12 | - |
| YUV | 122.43 | 101.23 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 75 | 1 | 0 | 0.61 | 0.24 | 143.2 | 1 | 0.38 |
| Hex | 0 | C2 | 4B | 64 | 0 | 3D | 18 | 8F | 64 | 26 |
| Octal | 0 | 302 | 113 | 144 | 0 | 75 | 30 | 217 | 144 | 46 |
| Binary | 0 | 11000010 | 1001011 | 1100100 | 0 | 111101 | 11000 | 10001111 | 1100100 | 100110 |
Color Harmonies of #00C24B
Complementary color
Monochromatic Colors of #00C24B
Black with #00C24B
Text Example
Text Example
White with #00C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C24B; }
p { color: rgb(0,194,75); }
H1.HeaderClassName
{
color: #00C24B;
}
.AnyTagClassName
{
color: #00C24B;
}
</style>
background-color css
<style>
a { background-color: #00C24B; }
a { background-color: rgb(0,194,75); }
div.DivClassName
{
background-color: #00C24B;
}
.BgClassName
{
background-color: #00C24B;
}
</style>
border-color css
<style>
span { border-color: #00C24B; }
span { border-color: rgb(0,194,75); }
td.TdClassName
{
border-color: #00C24B;
}
.TagClassName
{
border-color: #00C24B;
}
</style>