Shades of Pigment Green #00AA3D
Tints of Pigment Green #00AA3D
RGB
CMYK
RGB Variations
Color information
#00AA3D (or 0x00AA3D) is known color: Pigment Green. HEX triplet: 00, AA and 3D. RGB value is (0,170,61). Sum of RGB (Red+Green+Blue) = 0+170+61=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA3D is #FF55C2. Grayscale: #6B6B6B. Windows color (decimal): -16733635 or 4041216. OLE color: 4041216.
HSL color Cylindrical-coordinate representation of color #00AA3D: hue angle of 141.53º 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 #00AA3D is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 61 | - |
| CMYK | 1 | 0 | 0.64 | 0.33 |
| HSL | 141.53º | 1% | 0.33% | - |
| HSV(B) | 141.53º | 1% | 0.67% | - |
| XYZ | 15.22 | 29.09 | 9.23 | - |
| YUV | 106.74 | 102.18 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 61 | 1 | 0 | 0.64 | 0.33 | 141.53 | 1 | 0.33 |
| Hex | 0 | AA | 3D | 64 | 0 | 40 | 21 | 8E | 64 | 21 |
| Octal | 0 | 252 | 75 | 144 | 0 | 100 | 41 | 216 | 144 | 41 |
| Binary | 0 | 10101010 | 111101 | 1100100 | 0 | 1000000 | 100001 | 10001110 | 1100100 | 100001 |
Color Harmonies of #00AA3D
Complementary color
Monochromatic Colors of #00AA3D
Black with #00AA3D
Text Example
Text Example
White with #00AA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA3D; }
p { color: rgb(0,170,61); }
H1.HeaderClassName
{
color: #00AA3D;
}
.AnyTagClassName
{
color: #00AA3D;
}
</style>
background-color css
<style>
a { background-color: #00AA3D; }
a { background-color: rgb(0,170,61); }
div.DivClassName
{
background-color: #00AA3D;
}
.BgClassName
{
background-color: #00AA3D;
}
</style>
border-color css
<style>
span { border-color: #00AA3D; }
span { border-color: rgb(0,170,61); }
td.TdClassName
{
border-color: #00AA3D;
}
.TagClassName
{
border-color: #00AA3D;
}
</style>