Shades of Dark Pastel Green #0AD427
Tints of Dark Pastel Green #0AD427
RGB
CMYK
RGB Variations
Color information
#0AD427 (or 0x0AD427) is known color: Dark Pastel Green. HEX triplet: 0A, D4 and 27. RGB value is (10,212,39). Sum of RGB (Red+Green+Blue) = 10+212+39=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 212 (83.20% from 255 or 81.23% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD427 is #F52BD8. Grayscale: #848484. Windows color (decimal): -16067545 or 2610186. OLE color: 2610186.
HSL color Cylindrical-coordinate representation of color #0AD427: hue angle of 128.61º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD427 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 39 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.17 |
| HSL | 128.61º | 0.91% | 0.44% | - |
| HSV(B) | 128.61º | 0.95% | 0.83% | - |
| XYZ | 24.03 | 47.3 | 9.78 | - |
| YUV | 131.88 | 75.58 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 39 | 0.95 | 0 | 0.82 | 0.17 | 128.61 | 0.91 | 0.44 |
| Hex | A | D4 | 27 | 5F | 0 | 52 | 11 | 81 | 5B | 2C |
| Octal | 12 | 324 | 47 | 137 | 0 | 122 | 21 | 201 | 133 | 54 |
| Binary | 1010 | 11010100 | 100111 | 1011111 | 0 | 1010010 | 10001 | 10000001 | 1011011 | 101100 |
Color Harmonies of #0AD427
Complementary color
Monochromatic Colors of #0AD427
Black with #0AD427
Text Example
Text Example
White with #0AD427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD427; }
p { color: rgb(10,212,39); }
H1.HeaderClassName
{
color: #0AD427;
}
.AnyTagClassName
{
color: #0AD427;
}
</style>
background-color css
<style>
a { background-color: #0AD427; }
a { background-color: rgb(10,212,39); }
div.DivClassName
{
background-color: #0AD427;
}
.BgClassName
{
background-color: #0AD427;
}
</style>
border-color css
<style>
span { border-color: #0AD427; }
span { border-color: rgb(10,212,39); }
td.TdClassName
{
border-color: #0AD427;
}
.TagClassName
{
border-color: #0AD427;
}
</style>