Shades of Dark Pastel Green #0AB830
Tints of Dark Pastel Green #0AB830
RGB
CMYK
RGB Variations
Color information
#0AB830 (or 0x0AB830) is known color: Dark Pastel Green. HEX triplet: 0A, B8 and 30. RGB value is (10,184,48). Sum of RGB (Red+Green+Blue) = 10+184+48=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 184 (72.27% from 255 or 76.03% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB830 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB830 is #F547CF. Grayscale: #747474. Windows color (decimal): -16074704 or 3192842. OLE color: 3192842.
HSL color Cylindrical-coordinate representation of color #0AB830: hue angle of 133.1º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB830 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 48 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.28 |
| HSL | 133.1º | 0.9% | 0.38% | - |
| HSV(B) | 133.1º | 0.95% | 0.72% | - |
| XYZ | 17.8 | 34.56 | 8.53 | - |
| YUV | 116.47 | 89.35 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 48 | 0.95 | 0 | 0.74 | 0.28 | 133.1 | 0.9 | 0.38 |
| Hex | A | B8 | 30 | 5F | 0 | 4A | 1C | 85 | 5A | 26 |
| Octal | 12 | 270 | 60 | 137 | 0 | 112 | 34 | 205 | 132 | 46 |
| Binary | 1010 | 10111000 | 110000 | 1011111 | 0 | 1001010 | 11100 | 10000101 | 1011010 | 100110 |
Color Harmonies of #0AB830
Complementary color
Monochromatic Colors of #0AB830
Black with #0AB830
Text Example
Text Example
White with #0AB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB830; }
p { color: rgb(10,184,48); }
H1.HeaderClassName
{
color: #0AB830;
}
.AnyTagClassName
{
color: #0AB830;
}
</style>
background-color css
<style>
a { background-color: #0AB830; }
a { background-color: rgb(10,184,48); }
div.DivClassName
{
background-color: #0AB830;
}
.BgClassName
{
background-color: #0AB830;
}
</style>
border-color css
<style>
span { border-color: #0AB830; }
span { border-color: rgb(10,184,48); }
td.TdClassName
{
border-color: #0AB830;
}
.TagClassName
{
border-color: #0AB830;
}
</style>