Shades of Dark Pastel Green #0AD33B
Tints of Dark Pastel Green #0AD33B
RGB
CMYK
RGB Variations
Color information
#0AD33B (or 0x0AD33B) is known color: Dark Pastel Green. HEX triplet: 0A, D3 and 3B. RGB value is (10,211,59). Sum of RGB (Red+Green+Blue) = 10+211+59=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 211 (82.81% from 255 or 75.36% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD33B is #F52CC4. Grayscale: #858585. Windows color (decimal): -16067781 or 3920650. OLE color: 3920650.
HSL color Cylindrical-coordinate representation of color #0AD33B: hue angle of 134.63º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD33B is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 59 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.17 |
| HSL | 134.63º | 0.91% | 0.43% | - |
| HSV(B) | 134.63º | 0.95% | 0.83% | - |
| XYZ | 24.21 | 46.97 | 11.93 | - |
| YUV | 133.57 | 85.91 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 59 | 0.95 | 0 | 0.72 | 0.17 | 134.63 | 0.91 | 0.43 |
| Hex | A | D3 | 3B | 5F | 0 | 48 | 11 | 87 | 5B | 2B |
| Octal | 12 | 323 | 73 | 137 | 0 | 110 | 21 | 207 | 133 | 53 |
| Binary | 1010 | 11010011 | 111011 | 1011111 | 0 | 1001000 | 10001 | 10000111 | 1011011 | 101011 |
Color Harmonies of #0AD33B
Complementary color
Monochromatic Colors of #0AD33B
Black with #0AD33B
Text Example
Text Example
White with #0AD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD33B; }
p { color: rgb(10,211,59); }
H1.HeaderClassName
{
color: #0AD33B;
}
.AnyTagClassName
{
color: #0AD33B;
}
</style>
background-color css
<style>
a { background-color: #0AD33B; }
a { background-color: rgb(10,211,59); }
div.DivClassName
{
background-color: #0AD33B;
}
.BgClassName
{
background-color: #0AD33B;
}
</style>
border-color css
<style>
span { border-color: #0AD33B; }
span { border-color: rgb(10,211,59); }
td.TdClassName
{
border-color: #0AD33B;
}
.TagClassName
{
border-color: #0AD33B;
}
</style>