Shades of Dark Pastel Green #07AE3C
Tints of Dark Pastel Green #07AE3C
RGB
CMYK
RGB Variations
Color information
#07AE3C (or 0x07AE3C) is known color: Dark Pastel Green. HEX triplet: 07, AE and 3C. RGB value is (7,174,60). Sum of RGB (Red+Green+Blue) = 7+174+60=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 174 (68.36% from 255 or 72.20% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 174 - color contains mainly: green. Hex color #07AE3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AE3C is #F851C3. Grayscale: #6F6F6F. Windows color (decimal): -16273860 or 3976711. OLE color: 3976711.
HSL color Cylindrical-coordinate representation of color #07AE3C: hue angle of 139.04º 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 #07AE3C is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 174 | 60 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.32 |
| HSL | 139.04º | 0.92% | 0.35% | - |
| HSV(B) | 139.04º | 0.96% | 0.68% | - |
| XYZ | 16.04 | 30.64 | 9.34 | - |
| YUV | 111.07 | 99.17 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 60 | 0.96 | 0 | 0.66 | 0.32 | 139.04 | 0.92 | 0.35 |
| Hex | 7 | AE | 3C | 60 | 0 | 42 | 20 | 8B | 5C | 23 |
| Octal | 7 | 256 | 74 | 140 | 0 | 102 | 40 | 213 | 134 | 43 |
| Binary | 111 | 10101110 | 111100 | 1100000 | 0 | 1000010 | 100000 | 10001011 | 1011100 | 100011 |
Color Harmonies of #07AE3C
Complementary color
Monochromatic Colors of #07AE3C
Black with #07AE3C
Text Example
Text Example
White with #07AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AE3C; }
p { color: rgb(7,174,60); }
H1.HeaderClassName
{
color: #07AE3C;
}
.AnyTagClassName
{
color: #07AE3C;
}
</style>
background-color css
<style>
a { background-color: #07AE3C; }
a { background-color: rgb(7,174,60); }
div.DivClassName
{
background-color: #07AE3C;
}
.BgClassName
{
background-color: #07AE3C;
}
</style>
border-color css
<style>
span { border-color: #07AE3C; }
span { border-color: rgb(7,174,60); }
td.TdClassName
{
border-color: #07AE3C;
}
.TagClassName
{
border-color: #07AE3C;
}
</style>