Shades of Dark Pastel Green #0AD833
Tints of Dark Pastel Green #0AD833
RGB
CMYK
RGB Variations
Color information
#0AD833 (or 0x0AD833) is known color: Dark Pastel Green. HEX triplet: 0A, D8 and 33. RGB value is (10,216,51). Sum of RGB (Red+Green+Blue) = 10+216+51=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD833 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD833 is #F527CC. Grayscale: #888888. Windows color (decimal): -16066509 or 3397642. OLE color: 3397642.
HSL color Cylindrical-coordinate representation of color #0AD833: hue angle of 131.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD833 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 51 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.15 |
| HSL | 131.94º | 0.91% | 0.44% | - |
| HSV(B) | 131.94º | 0.95% | 0.85% | - |
| XYZ | 25.28 | 49.42 | 11.34 | - |
| YUV | 135.6 | 80.25 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 51 | 0.95 | 0 | 0.76 | 0.15 | 131.94 | 0.91 | 0.44 |
| Hex | A | D8 | 33 | 5F | 0 | 4C | F | 84 | 5B | 2C |
| Octal | 12 | 330 | 63 | 137 | 0 | 114 | 17 | 204 | 133 | 54 |
| Binary | 1010 | 11011000 | 110011 | 1011111 | 0 | 1001100 | 1111 | 10000100 | 1011011 | 101100 |
Color Harmonies of #0AD833
Complementary color
Monochromatic Colors of #0AD833
Black with #0AD833
Text Example
Text Example
White with #0AD833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD833; }
p { color: rgb(10,216,51); }
H1.HeaderClassName
{
color: #0AD833;
}
.AnyTagClassName
{
color: #0AD833;
}
</style>
background-color css
<style>
a { background-color: #0AD833; }
a { background-color: rgb(10,216,51); }
div.DivClassName
{
background-color: #0AD833;
}
.BgClassName
{
background-color: #0AD833;
}
</style>
border-color css
<style>
span { border-color: #0AD833; }
span { border-color: rgb(10,216,51); }
td.TdClassName
{
border-color: #0AD833;
}
.TagClassName
{
border-color: #0AD833;
}
</style>