Shades of Dark Pastel Green #0AD13A
Tints of Dark Pastel Green #0AD13A
RGB
CMYK
RGB Variations
Color information
#0AD13A (or 0x0AD13A) is known color: Dark Pastel Green. HEX triplet: 0A, D1 and 3A. RGB value is (10,209,58). Sum of RGB (Red+Green+Blue) = 10+209+58=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 209 (82.03% from 255 or 75.45% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD13A is #F52EC5. Grayscale: #848484. Windows color (decimal): -16068294 or 3854602. OLE color: 3854602.
HSL color Cylindrical-coordinate representation of color #0AD13A: hue angle of 134.47º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD13A is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 58 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.18 |
| HSL | 134.47º | 0.91% | 0.43% | - |
| HSV(B) | 134.47º | 0.95% | 0.82% | - |
| XYZ | 23.69 | 45.97 | 11.63 | - |
| YUV | 132.29 | 86.07 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 58 | 0.95 | 0 | 0.72 | 0.18 | 134.47 | 0.91 | 0.43 |
| Hex | A | D1 | 3A | 5F | 0 | 48 | 12 | 86 | 5B | 2B |
| Octal | 12 | 321 | 72 | 137 | 0 | 110 | 22 | 206 | 133 | 53 |
| Binary | 1010 | 11010001 | 111010 | 1011111 | 0 | 1001000 | 10010 | 10000110 | 1011011 | 101011 |
Color Harmonies of #0AD13A
Complementary color
Monochromatic Colors of #0AD13A
Black with #0AD13A
Text Example
Text Example
White with #0AD13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD13A; }
p { color: rgb(10,209,58); }
H1.HeaderClassName
{
color: #0AD13A;
}
.AnyTagClassName
{
color: #0AD13A;
}
</style>
background-color css
<style>
a { background-color: #0AD13A; }
a { background-color: rgb(10,209,58); }
div.DivClassName
{
background-color: #0AD13A;
}
.BgClassName
{
background-color: #0AD13A;
}
</style>
border-color css
<style>
span { border-color: #0AD13A; }
span { border-color: rgb(10,209,58); }
td.TdClassName
{
border-color: #0AD13A;
}
.TagClassName
{
border-color: #0AD13A;
}
</style>