Shades of Dark Pastel Green #0ABF40
Tints of Dark Pastel Green #0ABF40
RGB
CMYK
RGB Variations
Color information
#0ABF40 (or 0x0ABF40) is known color: Dark Pastel Green. HEX triplet: 0A, BF and 40. RGB value is (10,191,64). Sum of RGB (Red+Green+Blue) = 10+191+64=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF40 is #F540BF. Grayscale: #7A7A7A. Windows color (decimal): -16072896 or 4243210. OLE color: 4243210.
HSL color Cylindrical-coordinate representation of color #0ABF40: hue angle of 137.9º 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 #0ABF40 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 64 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.25 |
| HSL | 137.9º | 0.9% | 0.39% | - |
| HSV(B) | 137.9º | 0.95% | 0.75% | - |
| XYZ | 19.68 | 37.7 | 11.09 | - |
| YUV | 122.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 64 | 0.95 | 0 | 0.66 | 0.25 | 137.9 | 0.9 | 0.39 |
| Hex | A | BF | 40 | 5F | 0 | 42 | 19 | 8A | 5A | 27 |
| Octal | 12 | 277 | 100 | 137 | 0 | 102 | 31 | 212 | 132 | 47 |
| Binary | 1010 | 10111111 | 1000000 | 1011111 | 0 | 1000010 | 11001 | 10001010 | 1011010 | 100111 |
Color Harmonies of #0ABF40
Complementary color
Monochromatic Colors of #0ABF40
Black with #0ABF40
Text Example
Text Example
White with #0ABF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF40; }
p { color: rgb(10,191,64); }
H1.HeaderClassName
{
color: #0ABF40;
}
.AnyTagClassName
{
color: #0ABF40;
}
</style>
background-color css
<style>
a { background-color: #0ABF40; }
a { background-color: rgb(10,191,64); }
div.DivClassName
{
background-color: #0ABF40;
}
.BgClassName
{
background-color: #0ABF40;
}
</style>
border-color css
<style>
span { border-color: #0ABF40; }
span { border-color: rgb(10,191,64); }
td.TdClassName
{
border-color: #0ABF40;
}
.TagClassName
{
border-color: #0ABF40;
}
</style>