Shades of Dark Pastel Green #0ABF3C
Tints of Dark Pastel Green #0ABF3C
RGB
CMYK
RGB Variations
Color information
#0ABF3C (or 0x0ABF3C) is known color: Dark Pastel Green. HEX triplet: 0A, BF and 3C. RGB value is (10,191,60). Sum of RGB (Red+Green+Blue) = 10+191+60=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF3C is #F540C3. Grayscale: #7A7A7A. Windows color (decimal): -16072900 or 3981066. OLE color: 3981066.
HSL color Cylindrical-coordinate representation of color #0ABF3C: hue angle of 136.57º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF3C is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 60 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.25 |
| HSL | 136.57º | 0.9% | 0.39% | - |
| HSV(B) | 136.57º | 0.95% | 0.75% | - |
| XYZ | 19.57 | 37.65 | 10.51 | - |
| YUV | 121.95 | 93.03 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 60 | 0.95 | 0 | 0.69 | 0.25 | 136.57 | 0.9 | 0.39 |
| Hex | A | BF | 3C | 5F | 0 | 45 | 19 | 89 | 5A | 27 |
| Octal | 12 | 277 | 74 | 137 | 0 | 105 | 31 | 211 | 132 | 47 |
| Binary | 1010 | 10111111 | 111100 | 1011111 | 0 | 1000101 | 11001 | 10001001 | 1011010 | 100111 |
Color Harmonies of #0ABF3C
Complementary color
Monochromatic Colors of #0ABF3C
Black with #0ABF3C
Text Example
Text Example
White with #0ABF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF3C; }
p { color: rgb(10,191,60); }
H1.HeaderClassName
{
color: #0ABF3C;
}
.AnyTagClassName
{
color: #0ABF3C;
}
</style>
background-color css
<style>
a { background-color: #0ABF3C; }
a { background-color: rgb(10,191,60); }
div.DivClassName
{
background-color: #0ABF3C;
}
.BgClassName
{
background-color: #0ABF3C;
}
</style>
border-color css
<style>
span { border-color: #0ABF3C; }
span { border-color: rgb(10,191,60); }
td.TdClassName
{
border-color: #0ABF3C;
}
.TagClassName
{
border-color: #0ABF3C;
}
</style>