Shades of Dark Pastel Green #07AE32
Tints of Dark Pastel Green #07AE32
RGB
CMYK
RGB Variations
Color information
#07AE32 (or 0x07AE32) is known color: Dark Pastel Green. HEX triplet: 07, AE and 32. RGB value is (7,174,50). Sum of RGB (Red+Green+Blue) = 7+174+50=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 174 (68.36% from 255 or 75.32% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 174 - color contains mainly: green. Hex color #07AE32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AE32 is #F851CD. Grayscale: #6E6E6E. Windows color (decimal): -16273870 or 3321351. OLE color: 3321351.
HSL color Cylindrical-coordinate representation of color #07AE32: hue angle of 135.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AE32 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 174 | 50 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.32 |
| HSL | 135.45º | 0.92% | 0.35% | - |
| HSV(B) | 135.45º | 0.96% | 0.68% | - |
| XYZ | 15.8 | 30.55 | 8.08 | - |
| YUV | 109.93 | 94.17 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 50 | 0.96 | 0 | 0.71 | 0.32 | 135.45 | 0.92 | 0.35 |
| Hex | 7 | AE | 32 | 60 | 0 | 47 | 20 | 87 | 5C | 23 |
| Octal | 7 | 256 | 62 | 140 | 0 | 107 | 40 | 207 | 134 | 43 |
| Binary | 111 | 10101110 | 110010 | 1100000 | 0 | 1000111 | 100000 | 10000111 | 1011100 | 100011 |
Color Harmonies of #07AE32
Complementary color
Monochromatic Colors of #07AE32
Black with #07AE32
Text Example
Text Example
White with #07AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AE32; }
p { color: rgb(7,174,50); }
H1.HeaderClassName
{
color: #07AE32;
}
.AnyTagClassName
{
color: #07AE32;
}
</style>
background-color css
<style>
a { background-color: #07AE32; }
a { background-color: rgb(7,174,50); }
div.DivClassName
{
background-color: #07AE32;
}
.BgClassName
{
background-color: #07AE32;
}
</style>
border-color css
<style>
span { border-color: #07AE32; }
span { border-color: rgb(7,174,50); }
td.TdClassName
{
border-color: #07AE32;
}
.TagClassName
{
border-color: #07AE32;
}
</style>