Shades of Dark Pastel Green #0AD62B
Tints of Dark Pastel Green #0AD62B
RGB
CMYK
RGB Variations
Color information
#0AD62B (or 0x0AD62B) is known color: Dark Pastel Green. HEX triplet: 0A, D6 and 2B. RGB value is (10,214,43). Sum of RGB (Red+Green+Blue) = 10+214+43=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD62B is #F529D4. Grayscale: #858585. Windows color (decimal): -16067029 or 2872842. OLE color: 2872842.
HSL color Cylindrical-coordinate representation of color #0AD62B: hue angle of 129.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD62B is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 43 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.16 |
| HSL | 129.71º | 0.91% | 0.44% | - |
| HSV(B) | 129.71º | 0.95% | 0.84% | - |
| XYZ | 24.61 | 48.33 | 10.32 | - |
| YUV | 133.51 | 76.91 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 43 | 0.95 | 0 | 0.80 | 0.16 | 129.71 | 0.91 | 0.44 |
| Hex | A | D6 | 2B | 5F | 0 | 50 | 10 | 82 | 5B | 2C |
| Octal | 12 | 326 | 53 | 137 | 0 | 120 | 20 | 202 | 133 | 54 |
| Binary | 1010 | 11010110 | 101011 | 1011111 | 0 | 1010000 | 10000 | 10000010 | 1011011 | 101100 |
Color Harmonies of #0AD62B
Complementary color
Monochromatic Colors of #0AD62B
Black with #0AD62B
Text Example
Text Example
White with #0AD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD62B; }
p { color: rgb(10,214,43); }
H1.HeaderClassName
{
color: #0AD62B;
}
.AnyTagClassName
{
color: #0AD62B;
}
</style>
background-color css
<style>
a { background-color: #0AD62B; }
a { background-color: rgb(10,214,43); }
div.DivClassName
{
background-color: #0AD62B;
}
.BgClassName
{
background-color: #0AD62B;
}
</style>
border-color css
<style>
span { border-color: #0AD62B; }
span { border-color: rgb(10,214,43); }
td.TdClassName
{
border-color: #0AD62B;
}
.TagClassName
{
border-color: #0AD62B;
}
</style>