Shades of Dark Pastel Green #0AD730
Tints of Dark Pastel Green #0AD730
RGB
CMYK
RGB Variations
Color information
#0AD730 (or 0x0AD730) is known color: Dark Pastel Green. HEX triplet: 0A, D7 and 30. RGB value is (10,215,48). Sum of RGB (Red+Green+Blue) = 10+215+48=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD730 is #F528CF. Grayscale: #878787. Windows color (decimal): -16066768 or 3200778. OLE color: 3200778.
HSL color Cylindrical-coordinate representation of color #0AD730: hue angle of 131.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD730 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 48 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.16 |
| HSL | 131.12º | 0.91% | 0.44% | - |
| HSV(B) | 131.12º | 0.95% | 0.84% | - |
| XYZ | 24.96 | 48.88 | 10.92 | - |
| YUV | 134.67 | 79.08 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 48 | 0.95 | 0 | 0.78 | 0.16 | 131.12 | 0.91 | 0.44 |
| Hex | A | D7 | 30 | 5F | 0 | 4E | 10 | 83 | 5B | 2C |
| Octal | 12 | 327 | 60 | 137 | 0 | 116 | 20 | 203 | 133 | 54 |
| Binary | 1010 | 11010111 | 110000 | 1011111 | 0 | 1001110 | 10000 | 10000011 | 1011011 | 101100 |
Color Harmonies of #0AD730
Complementary color
Monochromatic Colors of #0AD730
Black with #0AD730
Text Example
Text Example
White with #0AD730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD730; }
p { color: rgb(10,215,48); }
H1.HeaderClassName
{
color: #0AD730;
}
.AnyTagClassName
{
color: #0AD730;
}
</style>
background-color css
<style>
a { background-color: #0AD730; }
a { background-color: rgb(10,215,48); }
div.DivClassName
{
background-color: #0AD730;
}
.BgClassName
{
background-color: #0AD730;
}
</style>
border-color css
<style>
span { border-color: #0AD730; }
span { border-color: rgb(10,215,48); }
td.TdClassName
{
border-color: #0AD730;
}
.TagClassName
{
border-color: #0AD730;
}
</style>