Shades of Dark Pastel Green #0ABC33
Tints of Dark Pastel Green #0ABC33
RGB
CMYK
RGB Variations
Color information
#0ABC33 (or 0x0ABC33) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 33. RGB value is (10,188,51). Sum of RGB (Red+Green+Blue) = 10+188+51=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC33 is #F543CC. Grayscale: #777777. Windows color (decimal): -16073677 or 3390474. OLE color: 3390474.
HSL color Cylindrical-coordinate representation of color #0ABC33: hue angle of 133.82º 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 #0ABC33 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 51 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.26 |
| HSL | 133.82º | 0.9% | 0.39% | - |
| HSV(B) | 133.82º | 0.95% | 0.74% | - |
| XYZ | 18.71 | 36.27 | 9.15 | - |
| YUV | 119.16 | 89.53 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 51 | 0.95 | 0 | 0.73 | 0.26 | 133.82 | 0.9 | 0.39 |
| Hex | A | BC | 33 | 5F | 0 | 49 | 1A | 86 | 5A | 27 |
| Octal | 12 | 274 | 63 | 137 | 0 | 111 | 32 | 206 | 132 | 47 |
| Binary | 1010 | 10111100 | 110011 | 1011111 | 0 | 1001001 | 11010 | 10000110 | 1011010 | 100111 |
Color Harmonies of #0ABC33
Complementary color
Monochromatic Colors of #0ABC33
Black with #0ABC33
Text Example
Text Example
White with #0ABC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC33; }
p { color: rgb(10,188,51); }
H1.HeaderClassName
{
color: #0ABC33;
}
.AnyTagClassName
{
color: #0ABC33;
}
</style>
background-color css
<style>
a { background-color: #0ABC33; }
a { background-color: rgb(10,188,51); }
div.DivClassName
{
background-color: #0ABC33;
}
.BgClassName
{
background-color: #0ABC33;
}
</style>
border-color css
<style>
span { border-color: #0ABC33; }
span { border-color: rgb(10,188,51); }
td.TdClassName
{
border-color: #0ABC33;
}
.TagClassName
{
border-color: #0ABC33;
}
</style>