Shades of Dark Pastel Green #04AF3C
Tints of Dark Pastel Green #04AF3C
RGB
CMYK
RGB Variations
Color information
#04AF3C (or 0x04AF3C) is known color: Dark Pastel Green. HEX triplet: 04, AF and 3C. RGB value is (4,175,60). Sum of RGB (Red+Green+Blue) = 4+175+60=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF3C is #FB50C3. Grayscale: #6F6F6F. Windows color (decimal): -16470212 or 3976964. OLE color: 3976964.
HSL color Cylindrical-coordinate representation of color #04AF3C: hue angle of 139.65º 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 #04AF3C is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 60 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.31 |
| HSL | 139.65º | 0.96% | 0.35% | - |
| HSV(B) | 139.65º | 0.98% | 0.69% | - |
| XYZ | 16.2 | 31.01 | 9.41 | - |
| YUV | 110.76 | 99.35 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 60 | 0.98 | 0 | 0.66 | 0.31 | 139.65 | 0.96 | 0.35 |
| Hex | 4 | AF | 3C | 62 | 0 | 42 | 1F | 8C | 60 | 23 |
| Octal | 4 | 257 | 74 | 142 | 0 | 102 | 37 | 214 | 140 | 43 |
| Binary | 100 | 10101111 | 111100 | 1100010 | 0 | 1000010 | 11111 | 10001100 | 1100000 | 100011 |
Color Harmonies of #04AF3C
Complementary color
Monochromatic Colors of #04AF3C
Black with #04AF3C
Text Example
Text Example
White with #04AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF3C; }
p { color: rgb(4,175,60); }
H1.HeaderClassName
{
color: #04AF3C;
}
.AnyTagClassName
{
color: #04AF3C;
}
</style>
background-color css
<style>
a { background-color: #04AF3C; }
a { background-color: rgb(4,175,60); }
div.DivClassName
{
background-color: #04AF3C;
}
.BgClassName
{
background-color: #04AF3C;
}
</style>
border-color css
<style>
span { border-color: #04AF3C; }
span { border-color: rgb(4,175,60); }
td.TdClassName
{
border-color: #04AF3C;
}
.TagClassName
{
border-color: #04AF3C;
}
</style>