Shades of Dark Pastel Green #0AC32F
Tints of Dark Pastel Green #0AC32F
RGB
CMYK
RGB Variations
Color information
#0AC32F (or 0x0AC32F) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 2F. RGB value is (10,195,47). Sum of RGB (Red+Green+Blue) = 10+195+47=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC32F is #F53CD0. Grayscale: #7B7B7B. Windows color (decimal): -16071889 or 3130122. OLE color: 3130122.
HSL color Cylindrical-coordinate representation of color #0AC32F: hue angle of 132º 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 #0AC32F is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 47 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.24 |
| HSL | 132º | 0.9% | 0.4% | - |
| HSV(B) | 132º | 0.95% | 0.76% | - |
| XYZ | 20.15 | 39.3 | 9.21 | - |
| YUV | 122.81 | 85.21 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 47 | 0.95 | 0 | 0.76 | 0.24 | 132 | 0.9 | 0.4 |
| Hex | A | C3 | 2F | 5F | 0 | 4C | 18 | 84 | 5A | 28 |
| Octal | 12 | 303 | 57 | 137 | 0 | 114 | 30 | 204 | 132 | 50 |
| Binary | 1010 | 11000011 | 101111 | 1011111 | 0 | 1001100 | 11000 | 10000100 | 1011010 | 101000 |
Color Harmonies of #0AC32F
Complementary color
Monochromatic Colors of #0AC32F
Black with #0AC32F
Text Example
Text Example
White with #0AC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC32F; }
p { color: rgb(10,195,47); }
H1.HeaderClassName
{
color: #0AC32F;
}
.AnyTagClassName
{
color: #0AC32F;
}
</style>
background-color css
<style>
a { background-color: #0AC32F; }
a { background-color: rgb(10,195,47); }
div.DivClassName
{
background-color: #0AC32F;
}
.BgClassName
{
background-color: #0AC32F;
}
</style>
border-color css
<style>
span { border-color: #0AC32F; }
span { border-color: rgb(10,195,47); }
td.TdClassName
{
border-color: #0AC32F;
}
.TagClassName
{
border-color: #0AC32F;
}
</style>