Shades of Dark Pastel Green #01A938
Tints of Dark Pastel Green #01A938
RGB
CMYK
RGB Variations
Color information
#01A938 (or 0x01A938) is known color: Dark Pastel Green. HEX triplet: 01, A9 and 38. RGB value is (1,169,56). Sum of RGB (Red+Green+Blue) = 1+169+56=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 169 (66.41% from 255 or 74.78% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 169 - color contains mainly: green. Hex color #01A938 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A938 is #FE56C7. Grayscale: #6A6A6A. Windows color (decimal): -16668360 or 3713281. OLE color: 3713281.
HSL color Cylindrical-coordinate representation of color #01A938: hue angle of 139.64º 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 #01A938 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 169 | 56 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.34 |
| HSL | 139.64º | 0.99% | 0.33% | - |
| HSV(B) | 139.64º | 0.99% | 0.66% | - |
| XYZ | 14.91 | 28.67 | 8.49 | - |
| YUV | 105.89 | 99.84 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 56 | 0.99 | 0 | 0.67 | 0.34 | 139.64 | 0.99 | 0.33 |
| Hex | 1 | A9 | 38 | 63 | 0 | 43 | 22 | 8C | 63 | 21 |
| Octal | 1 | 251 | 70 | 143 | 0 | 103 | 42 | 214 | 143 | 41 |
| Binary | 1 | 10101001 | 111000 | 1100011 | 0 | 1000011 | 100010 | 10001100 | 1100011 | 100001 |
Color Harmonies of #01A938
Complementary color
Monochromatic Colors of #01A938
Black with #01A938
Text Example
Text Example
White with #01A938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A938; }
p { color: rgb(1,169,56); }
H1.HeaderClassName
{
color: #01A938;
}
.AnyTagClassName
{
color: #01A938;
}
</style>
background-color css
<style>
a { background-color: #01A938; }
a { background-color: rgb(1,169,56); }
div.DivClassName
{
background-color: #01A938;
}
.BgClassName
{
background-color: #01A938;
}
</style>
border-color css
<style>
span { border-color: #01A938; }
span { border-color: rgb(1,169,56); }
td.TdClassName
{
border-color: #01A938;
}
.TagClassName
{
border-color: #01A938;
}
</style>