Shades of Dark Pastel Green #02AE3C
Tints of Dark Pastel Green #02AE3C
RGB
CMYK
RGB Variations
Color information
#02AE3C (or 0x02AE3C) is known color: Dark Pastel Green. HEX triplet: 02, AE and 3C. RGB value is (2,174,60). Sum of RGB (Red+Green+Blue) = 2+174+60=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 174 (68.36% from 255 or 73.73% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AE3C is #FD51C3. Grayscale: #6D6D6D. Windows color (decimal): -16601540 or 3976706. OLE color: 3976706.
HSL color Cylindrical-coordinate representation of color #02AE3C: hue angle of 140.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AE3C is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
RGB | 2 | 174 | 60 | - |
CMYK | 0.99 | 0 | 0.66 | 0.32 |
HSL | 140.23º | 0.98% | 0.35% | - |
HSV(B) | 140.23º | 0.99% | 0.68% | - |
XYZ | 15.98 | 30.61 | 9.34 | - |
YUV | 109.58 | 100.02 | 51.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 174 | 60 | 0.99 | 0 | 0.66 | 0.32 | 140.23 | 0.98 | 0.35 |
Hex | 2 | AE | 3C | 63 | 0 | 42 | 20 | 8C | 62 | 23 |
Octal | 2 | 256 | 74 | 143 | 0 | 102 | 40 | 214 | 142 | 43 |
Binary | 10 | 10101110 | 111100 | 1100011 | 0 | 1000010 | 100000 | 10001100 | 1100010 | 100011 |
Color Harmonies of #02AE3C
Complementary color
Monochromatic Colors of #02AE3C
Black with #02AE3C
Text Example
Text Example
White with #02AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AE3C; }
p { color: rgb(2,174,60); }
H1.HeaderClassName
{
color: #02AE3C;
}
.AnyTagClassName
{
color: #02AE3C;
}
</style>
background-color css
<style>
a { background-color: #02AE3C; }
a { background-color: rgb(2,174,60); }
div.DivClassName
{
background-color: #02AE3C;
}
.BgClassName
{
background-color: #02AE3C;
}
</style>
border-color css
<style>
span { border-color: #02AE3C; }
span { border-color: rgb(2,174,60); }
td.TdClassName
{
border-color: #02AE3C;
}
.TagClassName
{
border-color: #02AE3C;
}
</style>