Shades of Dark Pastel Green #04AF3F
Tints of Dark Pastel Green #04AF3F
RGB
CMYK
RGB Variations
Color information
#04AF3F (or 0x04AF3F) is known color: Dark Pastel Green. HEX triplet: 04, AF and 3F. RGB value is (4,175,63). Sum of RGB (Red+Green+Blue) = 4+175+63=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF3F is #FB50C0. Grayscale: #6F6F6F. Windows color (decimal): -16470209 or 4173572. OLE color: 4173572.
HSL color Cylindrical-coordinate representation of color #04AF3F: hue angle of 140.7º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF3F is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 63 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.31 |
| HSL | 140.7º | 0.96% | 0.35% | - |
| HSV(B) | 140.7º | 0.98% | 0.69% | - |
| XYZ | 16.28 | 31.04 | 9.84 | - |
| YUV | 111.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 63 | 0.98 | 0 | 0.64 | 0.31 | 140.7 | 0.96 | 0.35 |
| Hex | 4 | AF | 3F | 62 | 0 | 40 | 1F | 8D | 60 | 23 |
| Octal | 4 | 257 | 77 | 142 | 0 | 100 | 37 | 215 | 140 | 43 |
| Binary | 100 | 10101111 | 111111 | 1100010 | 0 | 1000000 | 11111 | 10001101 | 1100000 | 100011 |
Color Harmonies of #04AF3F
Complementary color
Monochromatic Colors of #04AF3F
Black with #04AF3F
Text Example
Text Example
White with #04AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF3F; }
p { color: rgb(4,175,63); }
H1.HeaderClassName
{
color: #04AF3F;
}
.AnyTagClassName
{
color: #04AF3F;
}
</style>
background-color css
<style>
a { background-color: #04AF3F; }
a { background-color: rgb(4,175,63); }
div.DivClassName
{
background-color: #04AF3F;
}
.BgClassName
{
background-color: #04AF3F;
}
</style>
border-color css
<style>
span { border-color: #04AF3F; }
span { border-color: rgb(4,175,63); }
td.TdClassName
{
border-color: #04AF3F;
}
.TagClassName
{
border-color: #04AF3F;
}
</style>