Shades of Dark Pastel Green #00DA26
Tints of Dark Pastel Green #00DA26
RGB
CMYK
RGB Variations
Color information
#00DA26 (or 0x00DA26) is known color: Dark Pastel Green. HEX triplet: 00, DA and 26. RGB value is (0,218,38). Sum of RGB (Red+Green+Blue) = 0+218+38=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 218 (85.55% from 255 or 85.16% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DA26 is #FF25D9. Grayscale: #848484. Windows color (decimal): -16721370 or 2546176. OLE color: 2546176.
HSL color Cylindrical-coordinate representation of color #00DA26: hue angle of 130.46º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA26 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 38 | - |
| CMYK | 1 | 0 | 0.83 | 0.15 |
| HSL | 130.46º | 1% | 0.43% | - |
| HSV(B) | 130.46º | 1% | 0.85% | - |
| XYZ | 25.42 | 50.28 | 10.2 | - |
| YUV | 132.3 | 74.78 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 38 | 1 | 0 | 0.83 | 0.15 | 130.46 | 1 | 0.43 |
| Hex | 0 | DA | 26 | 64 | 0 | 53 | F | 82 | 64 | 2B |
| Octal | 0 | 332 | 46 | 144 | 0 | 123 | 17 | 202 | 144 | 53 |
| Binary | 0 | 11011010 | 100110 | 1100100 | 0 | 1010011 | 1111 | 10000010 | 1100100 | 101011 |
Color Harmonies of #00DA26
Complementary color
Monochromatic Colors of #00DA26
Black with #00DA26
Text Example
Text Example
White with #00DA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA26; }
p { color: rgb(0,218,38); }
H1.HeaderClassName
{
color: #00DA26;
}
.AnyTagClassName
{
color: #00DA26;
}
</style>
background-color css
<style>
a { background-color: #00DA26; }
a { background-color: rgb(0,218,38); }
div.DivClassName
{
background-color: #00DA26;
}
.BgClassName
{
background-color: #00DA26;
}
</style>
border-color css
<style>
span { border-color: #00DA26; }
span { border-color: rgb(0,218,38); }
td.TdClassName
{
border-color: #00DA26;
}
.TagClassName
{
border-color: #00DA26;
}
</style>