Shades of Dark Pastel Green #0AD63B
Tints of Dark Pastel Green #0AD63B
RGB
CMYK
RGB Variations
Color information
#0AD63B (or 0x0AD63B) is known color: Dark Pastel Green. HEX triplet: 0A, D6 and 3B. RGB value is (10,214,59). Sum of RGB (Red+Green+Blue) = 10+214+59=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD63B is #F529C4. Grayscale: #878787. Windows color (decimal): -16067013 or 3921418. OLE color: 3921418.
HSL color Cylindrical-coordinate representation of color #0AD63B: hue angle of 134.41º 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 #0AD63B is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 59 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.16 |
| HSL | 134.41º | 0.91% | 0.44% | - |
| HSV(B) | 134.41º | 0.95% | 0.84% | - |
| XYZ | 24.96 | 48.47 | 12.18 | - |
| YUV | 135.33 | 84.91 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 59 | 0.95 | 0 | 0.72 | 0.16 | 134.41 | 0.91 | 0.44 |
| Hex | A | D6 | 3B | 5F | 0 | 48 | 10 | 86 | 5B | 2C |
| Octal | 12 | 326 | 73 | 137 | 0 | 110 | 20 | 206 | 133 | 54 |
| Binary | 1010 | 11010110 | 111011 | 1011111 | 0 | 1001000 | 10000 | 10000110 | 1011011 | 101100 |
Color Harmonies of #0AD63B
Complementary color
Monochromatic Colors of #0AD63B
Black with #0AD63B
Text Example
Text Example
White with #0AD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD63B; }
p { color: rgb(10,214,59); }
H1.HeaderClassName
{
color: #0AD63B;
}
.AnyTagClassName
{
color: #0AD63B;
}
</style>
background-color css
<style>
a { background-color: #0AD63B; }
a { background-color: rgb(10,214,59); }
div.DivClassName
{
background-color: #0AD63B;
}
.BgClassName
{
background-color: #0AD63B;
}
</style>
border-color css
<style>
span { border-color: #0AD63B; }
span { border-color: rgb(10,214,59); }
td.TdClassName
{
border-color: #0AD63B;
}
.TagClassName
{
border-color: #0AD63B;
}
</style>