Shades of Dark Pastel Green #0ABC3D
Tints of Dark Pastel Green #0ABC3D
RGB
CMYK
RGB Variations
Color information
#0ABC3D (or 0x0ABC3D) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 3D. RGB value is (10,188,61). Sum of RGB (Red+Green+Blue) = 10+188+61=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC3D is #F543C2. Grayscale: #787878. Windows color (decimal): -16073667 or 4045834. OLE color: 4045834.
HSL color Cylindrical-coordinate representation of color #0ABC3D: hue angle of 137.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC3D is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 61 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.26 |
| HSL | 137.19º | 0.9% | 0.39% | - |
| HSV(B) | 137.19º | 0.95% | 0.74% | - |
| XYZ | 18.95 | 36.37 | 10.44 | - |
| YUV | 120.3 | 94.53 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 61 | 0.95 | 0 | 0.68 | 0.26 | 137.19 | 0.9 | 0.39 |
| Hex | A | BC | 3D | 5F | 0 | 44 | 1A | 89 | 5A | 27 |
| Octal | 12 | 274 | 75 | 137 | 0 | 104 | 32 | 211 | 132 | 47 |
| Binary | 1010 | 10111100 | 111101 | 1011111 | 0 | 1000100 | 11010 | 10001001 | 1011010 | 100111 |
Color Harmonies of #0ABC3D
Complementary color
Monochromatic Colors of #0ABC3D
Black with #0ABC3D
Text Example
Text Example
White with #0ABC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC3D; }
p { color: rgb(10,188,61); }
H1.HeaderClassName
{
color: #0ABC3D;
}
.AnyTagClassName
{
color: #0ABC3D;
}
</style>
background-color css
<style>
a { background-color: #0ABC3D; }
a { background-color: rgb(10,188,61); }
div.DivClassName
{
background-color: #0ABC3D;
}
.BgClassName
{
background-color: #0ABC3D;
}
</style>
border-color css
<style>
span { border-color: #0ABC3D; }
span { border-color: rgb(10,188,61); }
td.TdClassName
{
border-color: #0ABC3D;
}
.TagClassName
{
border-color: #0ABC3D;
}
</style>