Shades of Dark Pastel Green #01A93A
Tints of Dark Pastel Green #01A93A
RGB
CMYK
RGB Variations
Color information
#01A93A (or 0x01A93A) is known color: Dark Pastel Green. HEX triplet: 01, A9 and 3A. RGB value is (1,169,58). Sum of RGB (Red+Green+Blue) = 1+169+58=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 169 (66.41% from 255 or 74.12% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 169 - color contains mainly: green. Hex color #01A93A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A93A is #FE56C5. Grayscale: #6A6A6A. Windows color (decimal): -16668358 or 3844353. OLE color: 3844353.
HSL color Cylindrical-coordinate representation of color #01A93A: hue angle of 140.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A93A is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 169 | 58 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.34 |
| HSL | 140.36º | 0.99% | 0.33% | - |
| HSV(B) | 140.36º | 0.99% | 0.66% | - |
| XYZ | 14.96 | 28.69 | 8.75 | - |
| YUV | 106.11 | 100.84 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 58 | 0.99 | 0 | 0.66 | 0.34 | 140.36 | 0.99 | 0.33 |
| Hex | 1 | A9 | 3A | 63 | 0 | 42 | 22 | 8C | 63 | 21 |
| Octal | 1 | 251 | 72 | 143 | 0 | 102 | 42 | 214 | 143 | 41 |
| Binary | 1 | 10101001 | 111010 | 1100011 | 0 | 1000010 | 100010 | 10001100 | 1100011 | 100001 |
Color Harmonies of #01A93A
Complementary color
Monochromatic Colors of #01A93A
Black with #01A93A
Text Example
Text Example
White with #01A93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A93A; }
p { color: rgb(1,169,58); }
H1.HeaderClassName
{
color: #01A93A;
}
.AnyTagClassName
{
color: #01A93A;
}
</style>
background-color css
<style>
a { background-color: #01A93A; }
a { background-color: rgb(1,169,58); }
div.DivClassName
{
background-color: #01A93A;
}
.BgClassName
{
background-color: #01A93A;
}
</style>
border-color css
<style>
span { border-color: #01A93A; }
span { border-color: rgb(1,169,58); }
td.TdClassName
{
border-color: #01A93A;
}
.TagClassName
{
border-color: #01A93A;
}
</style>