Shades of Dark Pastel Green #0AD425
Tints of Dark Pastel Green #0AD425
RGB
CMYK
RGB Variations
Color information
#0AD425 (or 0x0AD425) is known color: Dark Pastel Green. HEX triplet: 0A, D4 and 25. RGB value is (10,212,37). Sum of RGB (Red+Green+Blue) = 10+212+37=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 212 (83.20% from 255 or 81.85% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD425 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD425 is #F52BDA. Grayscale: #848484. Windows color (decimal): -16067547 or 2479114. OLE color: 2479114.
HSL color Cylindrical-coordinate representation of color #0AD425: hue angle of 128.02º 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 #0AD425 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 37 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.17 |
| HSL | 128.02º | 0.91% | 0.44% | - |
| HSV(B) | 128.02º | 0.95% | 0.83% | - |
| XYZ | 24 | 47.29 | 9.61 | - |
| YUV | 131.65 | 74.58 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 37 | 0.95 | 0 | 0.83 | 0.17 | 128.02 | 0.91 | 0.44 |
| Hex | A | D4 | 25 | 5F | 0 | 53 | 11 | 80 | 5B | 2C |
| Octal | 12 | 324 | 45 | 137 | 0 | 123 | 21 | 200 | 133 | 54 |
| Binary | 1010 | 11010100 | 100101 | 1011111 | 0 | 1010011 | 10001 | 10000000 | 1011011 | 101100 |
Color Harmonies of #0AD425
Complementary color
Monochromatic Colors of #0AD425
Black with #0AD425
Text Example
Text Example
White with #0AD425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD425; }
p { color: rgb(10,212,37); }
H1.HeaderClassName
{
color: #0AD425;
}
.AnyTagClassName
{
color: #0AD425;
}
</style>
background-color css
<style>
a { background-color: #0AD425; }
a { background-color: rgb(10,212,37); }
div.DivClassName
{
background-color: #0AD425;
}
.BgClassName
{
background-color: #0AD425;
}
</style>
border-color css
<style>
span { border-color: #0AD425; }
span { border-color: rgb(10,212,37); }
td.TdClassName
{
border-color: #0AD425;
}
.TagClassName
{
border-color: #0AD425;
}
</style>