Shades of Dark Pastel Green #0ABC31
Tints of Dark Pastel Green #0ABC31
RGB
CMYK
RGB Variations
Color information
#0ABC31 (or 0x0ABC31) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 31. RGB value is (10,188,49). Sum of RGB (Red+Green+Blue) = 10+188+49=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 188 (73.83% from 255 or 76.11% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC31 is #F543CE. Grayscale: #777777. Windows color (decimal): -16073679 or 3259402. OLE color: 3259402.
HSL color Cylindrical-coordinate representation of color #0ABC31: hue angle of 133.15º 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 #0ABC31 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 49 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.26 |
| HSL | 133.15º | 0.9% | 0.39% | - |
| HSV(B) | 133.15º | 0.95% | 0.74% | - |
| XYZ | 18.66 | 36.25 | 8.92 | - |
| YUV | 118.93 | 88.53 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 49 | 0.95 | 0 | 0.74 | 0.26 | 133.15 | 0.9 | 0.39 |
| Hex | A | BC | 31 | 5F | 0 | 4A | 1A | 85 | 5A | 27 |
| Octal | 12 | 274 | 61 | 137 | 0 | 112 | 32 | 205 | 132 | 47 |
| Binary | 1010 | 10111100 | 110001 | 1011111 | 0 | 1001010 | 11010 | 10000101 | 1011010 | 100111 |
Color Harmonies of #0ABC31
Complementary color
Monochromatic Colors of #0ABC31
Black with #0ABC31
Text Example
Text Example
White with #0ABC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC31; }
p { color: rgb(10,188,49); }
H1.HeaderClassName
{
color: #0ABC31;
}
.AnyTagClassName
{
color: #0ABC31;
}
</style>
background-color css
<style>
a { background-color: #0ABC31; }
a { background-color: rgb(10,188,49); }
div.DivClassName
{
background-color: #0ABC31;
}
.BgClassName
{
background-color: #0ABC31;
}
</style>
border-color css
<style>
span { border-color: #0ABC31; }
span { border-color: rgb(10,188,49); }
td.TdClassName
{
border-color: #0ABC31;
}
.TagClassName
{
border-color: #0ABC31;
}
</style>