Shades of Dark Pastel Green #0AD622
Tints of Dark Pastel Green #0AD622
RGB
CMYK
RGB Variations
Color information
#0AD622 (or 0x0AD622) is known color: Dark Pastel Green. HEX triplet: 0A, D6 and 22. RGB value is (10,214,34). Sum of RGB (Red+Green+Blue) = 10+214+34=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 214 (83.98% from 255 or 82.95% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD622 is #F529DD. Grayscale: #858585. Windows color (decimal): -16067038 or 2283018. OLE color: 2283018.
HSL color Cylindrical-coordinate representation of color #0AD622: hue angle of 127.06º 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 #0AD622 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 34 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.16 |
| HSL | 127.06º | 0.91% | 0.44% | - |
| HSV(B) | 127.06º | 0.95% | 0.84% | - |
| XYZ | 24.46 | 48.27 | 9.54 | - |
| YUV | 132.48 | 72.41 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 34 | 0.95 | 0 | 0.84 | 0.16 | 127.06 | 0.91 | 0.44 |
| Hex | A | D6 | 22 | 5F | 0 | 54 | 10 | 7F | 5B | 2C |
| Octal | 12 | 326 | 42 | 137 | 0 | 124 | 20 | 177 | 133 | 54 |
| Binary | 1010 | 11010110 | 100010 | 1011111 | 0 | 1010100 | 10000 | 1111111 | 1011011 | 101100 |
Color Harmonies of #0AD622
Complementary color
Monochromatic Colors of #0AD622
Black with #0AD622
Text Example
Text Example
White with #0AD622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD622; }
p { color: rgb(10,214,34); }
H1.HeaderClassName
{
color: #0AD622;
}
.AnyTagClassName
{
color: #0AD622;
}
</style>
background-color css
<style>
a { background-color: #0AD622; }
a { background-color: rgb(10,214,34); }
div.DivClassName
{
background-color: #0AD622;
}
.BgClassName
{
background-color: #0AD622;
}
</style>
border-color css
<style>
span { border-color: #0AD622; }
span { border-color: rgb(10,214,34); }
td.TdClassName
{
border-color: #0AD622;
}
.TagClassName
{
border-color: #0AD622;
}
</style>