Shades of Dark Pastel Green #00A934
Tints of Dark Pastel Green #00A934
RGB
CMYK
RGB Variations
Color information
#00A934 (or 0x00A934) is known color: Dark Pastel Green. HEX triplet: 00, A9 and 34. RGB value is (0,169,52). Sum of RGB (Red+Green+Blue) = 0+169+52=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 169 (66.41% from 255 or 76.47% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 169 - color contains mainly: green. Hex color #00A934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A934 is #FF56CB. Grayscale: #696969. Windows color (decimal): -16733900 or 3451136. OLE color: 3451136.
HSL color Cylindrical-coordinate representation of color #00A934: hue angle of 138.46º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A934 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 52 | - |
| CMYK | 1 | 0 | 0.69 | 0.34 |
| HSL | 138.46º | 1% | 0.33% | - |
| HSV(B) | 138.46º | 1% | 0.66% | - |
| XYZ | 14.81 | 28.62 | 7.99 | - |
| YUV | 105.13 | 98.01 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 52 | 1 | 0 | 0.69 | 0.34 | 138.46 | 1 | 0.33 |
| Hex | 0 | A9 | 34 | 64 | 0 | 45 | 22 | 8A | 64 | 21 |
| Octal | 0 | 251 | 64 | 144 | 0 | 105 | 42 | 212 | 144 | 41 |
| Binary | 0 | 10101001 | 110100 | 1100100 | 0 | 1000101 | 100010 | 10001010 | 1100100 | 100001 |
Color Harmonies of #00A934
Complementary color
Monochromatic Colors of #00A934
Black with #00A934
Text Example
Text Example
White with #00A934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A934; }
p { color: rgb(0,169,52); }
H1.HeaderClassName
{
color: #00A934;
}
.AnyTagClassName
{
color: #00A934;
}
</style>
background-color css
<style>
a { background-color: #00A934; }
a { background-color: rgb(0,169,52); }
div.DivClassName
{
background-color: #00A934;
}
.BgClassName
{
background-color: #00A934;
}
</style>
border-color css
<style>
span { border-color: #00A934; }
span { border-color: rgb(0,169,52); }
td.TdClassName
{
border-color: #00A934;
}
.TagClassName
{
border-color: #00A934;
}
</style>