Shades of Dark Pastel Green #0AC225
Tints of Dark Pastel Green #0AC225
RGB
CMYK
RGB Variations
Color information
#0AC225 (or 0x0AC225) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 25. RGB value is (10,194,37). Sum of RGB (Red+Green+Blue) = 10+194+37=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 194 (76.17% from 255 or 80.50% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC225 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC225 is #F53DDA. Grayscale: #797979. Windows color (decimal): -16072155 or 2474506. OLE color: 2474506.
HSL color Cylindrical-coordinate representation of color #0AC225: hue angle of 128.8º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC225 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 37 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.24 |
| HSL | 128.8º | 0.9% | 0.4% | - |
| HSV(B) | 128.8º | 0.95% | 0.76% | - |
| XYZ | 19.75 | 38.78 | 8.19 | - |
| YUV | 121.09 | 80.54 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 37 | 0.95 | 0 | 0.81 | 0.24 | 128.8 | 0.9 | 0.4 |
| Hex | A | C2 | 25 | 5F | 0 | 51 | 18 | 81 | 5A | 28 |
| Octal | 12 | 302 | 45 | 137 | 0 | 121 | 30 | 201 | 132 | 50 |
| Binary | 1010 | 11000010 | 100101 | 1011111 | 0 | 1010001 | 11000 | 10000001 | 1011010 | 101000 |
Color Harmonies of #0AC225
Complementary color
Monochromatic Colors of #0AC225
Black with #0AC225
Text Example
Text Example
White with #0AC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC225; }
p { color: rgb(10,194,37); }
H1.HeaderClassName
{
color: #0AC225;
}
.AnyTagClassName
{
color: #0AC225;
}
</style>
background-color css
<style>
a { background-color: #0AC225; }
a { background-color: rgb(10,194,37); }
div.DivClassName
{
background-color: #0AC225;
}
.BgClassName
{
background-color: #0AC225;
}
</style>
border-color css
<style>
span { border-color: #0AC225; }
span { border-color: rgb(10,194,37); }
td.TdClassName
{
border-color: #0AC225;
}
.TagClassName
{
border-color: #0AC225;
}
</style>