Shades of Dark Pastel Green #0AC93F
Tints of Dark Pastel Green #0AC93F
RGB
CMYK
RGB Variations
Color information
#0AC93F (or 0x0AC93F) is known color: Dark Pastel Green. HEX triplet: 0A, C9 and 3F. RGB value is (10,201,63). Sum of RGB (Red+Green+Blue) = 10+201+63=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 201 (78.91% from 255 or 73.36% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC93F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC93F is #F536C0. Grayscale: #808080. Windows color (decimal): -16070337 or 4180234. OLE color: 4180234.
HSL color Cylindrical-coordinate representation of color #0AC93F: hue angle of 136.65º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC93F is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 63 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.21 |
| HSL | 136.65º | 0.91% | 0.41% | - |
| HSV(B) | 136.65º | 0.95% | 0.79% | - |
| XYZ | 21.91 | 42.2 | 11.69 | - |
| YUV | 128.16 | 91.22 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 63 | 0.95 | 0 | 0.69 | 0.21 | 136.65 | 0.91 | 0.41 |
| Hex | A | C9 | 3F | 5F | 0 | 45 | 15 | 89 | 5B | 29 |
| Octal | 12 | 311 | 77 | 137 | 0 | 105 | 25 | 211 | 133 | 51 |
| Binary | 1010 | 11001001 | 111111 | 1011111 | 0 | 1000101 | 10101 | 10001001 | 1011011 | 101001 |
Color Harmonies of #0AC93F
Complementary color
Monochromatic Colors of #0AC93F
Black with #0AC93F
Text Example
Text Example
White with #0AC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC93F; }
p { color: rgb(10,201,63); }
H1.HeaderClassName
{
color: #0AC93F;
}
.AnyTagClassName
{
color: #0AC93F;
}
</style>
background-color css
<style>
a { background-color: #0AC93F; }
a { background-color: rgb(10,201,63); }
div.DivClassName
{
background-color: #0AC93F;
}
.BgClassName
{
background-color: #0AC93F;
}
</style>
border-color css
<style>
span { border-color: #0AC93F; }
span { border-color: rgb(10,201,63); }
td.TdClassName
{
border-color: #0AC93F;
}
.TagClassName
{
border-color: #0AC93F;
}
</style>