Shades of Dark Pastel Green #0AC01B
Tints of Dark Pastel Green #0AC01B
RGB
CMYK
RGB Variations
Color information
#0AC01B (or 0x0AC01B) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 1B. RGB value is (10,192,27). Sum of RGB (Red+Green+Blue) = 10+192+27=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC01B is #F53FE4. Grayscale: #777777. Windows color (decimal): -16072677 or 1818634. OLE color: 1818634.
HSL color Cylindrical-coordinate representation of color #0AC01B: hue angle of 125.6º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC01B is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 27 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.25 |
| HSL | 125.6º | 0.9% | 0.4% | - |
| HSV(B) | 125.6º | 0.95% | 0.75% | - |
| XYZ | 19.17 | 37.84 | 7.33 | - |
| YUV | 118.77 | 76.2 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 27 | 0.95 | 0 | 0.86 | 0.25 | 125.6 | 0.9 | 0.4 |
| Hex | A | C0 | 1B | 5F | 0 | 56 | 19 | 7E | 5A | 28 |
| Octal | 12 | 300 | 33 | 137 | 0 | 126 | 31 | 176 | 132 | 50 |
| Binary | 1010 | 11000000 | 11011 | 1011111 | 0 | 1010110 | 11001 | 1111110 | 1011010 | 101000 |
Color Harmonies of #0AC01B
Complementary color
Monochromatic Colors of #0AC01B
Black with #0AC01B
Text Example
Text Example
White with #0AC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC01B; }
p { color: rgb(10,192,27); }
H1.HeaderClassName
{
color: #0AC01B;
}
.AnyTagClassName
{
color: #0AC01B;
}
</style>
background-color css
<style>
a { background-color: #0AC01B; }
a { background-color: rgb(10,192,27); }
div.DivClassName
{
background-color: #0AC01B;
}
.BgClassName
{
background-color: #0AC01B;
}
</style>
border-color css
<style>
span { border-color: #0AC01B; }
span { border-color: rgb(10,192,27); }
td.TdClassName
{
border-color: #0AC01B;
}
.TagClassName
{
border-color: #0AC01B;
}
</style>