Shades of Dark Pastel Green #0AC313
Tints of Dark Pastel Green #0AC313
RGB
CMYK
RGB Variations
Color information
#0AC313 (or 0x0AC313) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 13. RGB value is (10,195,19). Sum of RGB (Red+Green+Blue) = 10+195+19=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 195 (76.56% from 255 or 87.05% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC313 is #F53CEC. Grayscale: #787878. Windows color (decimal): -16071917 or 1295114. OLE color: 1295114.
HSL color Cylindrical-coordinate representation of color #0AC313: hue angle of 122.92º 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 #0AC313 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 19 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.24 |
| HSL | 122.92º | 0.9% | 0.4% | - |
| HSV(B) | 122.92º | 0.95% | 0.76% | - |
| XYZ | 19.76 | 39.14 | 7.13 | - |
| YUV | 119.62 | 71.21 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 19 | 0.95 | 0 | 0.90 | 0.24 | 122.92 | 0.9 | 0.4 |
| Hex | A | C3 | 13 | 5F | 0 | 5A | 18 | 7B | 5A | 28 |
| Octal | 12 | 303 | 23 | 137 | 0 | 132 | 30 | 173 | 132 | 50 |
| Binary | 1010 | 11000011 | 10011 | 1011111 | 0 | 1011010 | 11000 | 1111011 | 1011010 | 101000 |
Color Harmonies of #0AC313
Complementary color
Monochromatic Colors of #0AC313
Black with #0AC313
Text Example
Text Example
White with #0AC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC313; }
p { color: rgb(10,195,19); }
H1.HeaderClassName
{
color: #0AC313;
}
.AnyTagClassName
{
color: #0AC313;
}
</style>
background-color css
<style>
a { background-color: #0AC313; }
a { background-color: rgb(10,195,19); }
div.DivClassName
{
background-color: #0AC313;
}
.BgClassName
{
background-color: #0AC313;
}
</style>
border-color css
<style>
span { border-color: #0AC313; }
span { border-color: rgb(10,195,19); }
td.TdClassName
{
border-color: #0AC313;
}
.TagClassName
{
border-color: #0AC313;
}
</style>