Shades of Dark Pastel Green #01A739
Tints of Dark Pastel Green #01A739
RGB
CMYK
RGB Variations
Color information
#01A739 (or 0x01A739) is known color: Dark Pastel Green. HEX triplet: 01, A7 and 39. RGB value is (1,167,57). Sum of RGB (Red+Green+Blue) = 1+167+57=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 167 (65.62% from 255 or 74.22% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 167 - color contains mainly: green. Hex color #01A739 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A739 is #FE58C6. Grayscale: #696969. Windows color (decimal): -16668871 or 3778305. OLE color: 3778305.
HSL color Cylindrical-coordinate representation of color #01A739: hue angle of 140.24º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A739 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 167 | 57 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.35 |
| HSL | 140.24º | 0.99% | 0.33% | - |
| HSV(B) | 140.24º | 0.99% | 0.65% | - |
| XYZ | 14.57 | 27.94 | 8.5 | - |
| YUV | 104.83 | 101 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 57 | 0.99 | 0 | 0.66 | 0.35 | 140.24 | 0.99 | 0.33 |
| Hex | 1 | A7 | 39 | 63 | 0 | 42 | 23 | 8C | 63 | 21 |
| Octal | 1 | 247 | 71 | 143 | 0 | 102 | 43 | 214 | 143 | 41 |
| Binary | 1 | 10100111 | 111001 | 1100011 | 0 | 1000010 | 100011 | 10001100 | 1100011 | 100001 |
Color Harmonies of #01A739
Complementary color
Monochromatic Colors of #01A739
Black with #01A739
Text Example
Text Example
White with #01A739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A739; }
p { color: rgb(1,167,57); }
H1.HeaderClassName
{
color: #01A739;
}
.AnyTagClassName
{
color: #01A739;
}
</style>
background-color css
<style>
a { background-color: #01A739; }
a { background-color: rgb(1,167,57); }
div.DivClassName
{
background-color: #01A739;
}
.BgClassName
{
background-color: #01A739;
}
</style>
border-color css
<style>
span { border-color: #01A739; }
span { border-color: rgb(1,167,57); }
td.TdClassName
{
border-color: #01A739;
}
.TagClassName
{
border-color: #01A739;
}
</style>