Shades of Dark Pastel Green #0AD43B
Tints of Dark Pastel Green #0AD43B
RGB
CMYK
RGB Variations
Color information
#0AD43B (or 0x0AD43B) is known color: Dark Pastel Green. HEX triplet: 0A, D4 and 3B. RGB value is (10,212,59). Sum of RGB (Red+Green+Blue) = 10+212+59=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD43B is #F52BC4. Grayscale: #868686. Windows color (decimal): -16067525 or 3920906. OLE color: 3920906.
HSL color Cylindrical-coordinate representation of color #0AD43B: hue angle of 134.55º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD43B is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 59 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.17 |
| HSL | 134.55º | 0.91% | 0.44% | - |
| HSV(B) | 134.55º | 0.95% | 0.83% | - |
| XYZ | 24.46 | 47.47 | 12.01 | - |
| YUV | 134.16 | 85.58 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 59 | 0.95 | 0 | 0.72 | 0.17 | 134.55 | 0.91 | 0.44 |
| Hex | A | D4 | 3B | 5F | 0 | 48 | 11 | 87 | 5B | 2C |
| Octal | 12 | 324 | 73 | 137 | 0 | 110 | 21 | 207 | 133 | 54 |
| Binary | 1010 | 11010100 | 111011 | 1011111 | 0 | 1001000 | 10001 | 10000111 | 1011011 | 101100 |
Color Harmonies of #0AD43B
Complementary color
Monochromatic Colors of #0AD43B
Black with #0AD43B
Text Example
Text Example
White with #0AD43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD43B; }
p { color: rgb(10,212,59); }
H1.HeaderClassName
{
color: #0AD43B;
}
.AnyTagClassName
{
color: #0AD43B;
}
</style>
background-color css
<style>
a { background-color: #0AD43B; }
a { background-color: rgb(10,212,59); }
div.DivClassName
{
background-color: #0AD43B;
}
.BgClassName
{
background-color: #0AD43B;
}
</style>
border-color css
<style>
span { border-color: #0AD43B; }
span { border-color: rgb(10,212,59); }
td.TdClassName
{
border-color: #0AD43B;
}
.TagClassName
{
border-color: #0AD43B;
}
</style>