Shades of Dark Pastel Green #00AA26
Tints of Dark Pastel Green #00AA26
RGB
CMYK
RGB Variations
Color information
#00AA26 (or 0x00AA26) is known color: Dark Pastel Green. HEX triplet: 00, AA and 26. RGB value is (0,170,38). Sum of RGB (Red+Green+Blue) = 0+170+38=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 170 (66.80% from 255 or 81.73% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA26 is #FF55D9. Grayscale: #686868. Windows color (decimal): -16733658 or 2533888. OLE color: 2533888.
HSL color Cylindrical-coordinate representation of color #00AA26: hue angle of 133.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA26 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 38 | - |
| CMYK | 1 | 0 | 0.78 | 0.33 |
| HSL | 133.41º | 1% | 0.33% | - |
| HSV(B) | 133.41º | 1% | 0.67% | - |
| XYZ | 14.72 | 28.89 | 6.63 | - |
| YUV | 104.12 | 90.68 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 38 | 1 | 0 | 0.78 | 0.33 | 133.41 | 1 | 0.33 |
| Hex | 0 | AA | 26 | 64 | 0 | 4E | 21 | 85 | 64 | 21 |
| Octal | 0 | 252 | 46 | 144 | 0 | 116 | 41 | 205 | 144 | 41 |
| Binary | 0 | 10101010 | 100110 | 1100100 | 0 | 1001110 | 100001 | 10000101 | 1100100 | 100001 |
Color Harmonies of #00AA26
Complementary color
Monochromatic Colors of #00AA26
Black with #00AA26
Text Example
Text Example
White with #00AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA26; }
p { color: rgb(0,170,38); }
H1.HeaderClassName
{
color: #00AA26;
}
.AnyTagClassName
{
color: #00AA26;
}
</style>
background-color css
<style>
a { background-color: #00AA26; }
a { background-color: rgb(0,170,38); }
div.DivClassName
{
background-color: #00AA26;
}
.BgClassName
{
background-color: #00AA26;
}
</style>
border-color css
<style>
span { border-color: #00AA26; }
span { border-color: rgb(0,170,38); }
td.TdClassName
{
border-color: #00AA26;
}
.TagClassName
{
border-color: #00AA26;
}
</style>