Shades of Dark Pastel Green #0AC344
Tints of Dark Pastel Green #0AC344
RGB
CMYK
RGB Variations
Color information
#0AC344 (or 0x0AC344) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 44. RGB value is (10,195,68). Sum of RGB (Red+Green+Blue) = 10+195+68=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC344 is #F53CBB. Grayscale: #7D7D7D. Windows color (decimal): -16071868 or 4506378. OLE color: 4506378.
HSL color Cylindrical-coordinate representation of color #0AC344: hue angle of 138.81º 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 #0AC344 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 68 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.24 |
| HSL | 138.81º | 0.9% | 0.4% | - |
| HSV(B) | 138.81º | 0.95% | 0.76% | - |
| XYZ | 20.68 | 39.51 | 12.01 | - |
| YUV | 125.21 | 95.71 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 68 | 0.95 | 0 | 0.65 | 0.24 | 138.81 | 0.9 | 0.4 |
| Hex | A | C3 | 44 | 5F | 0 | 41 | 18 | 8B | 5A | 28 |
| Octal | 12 | 303 | 104 | 137 | 0 | 101 | 30 | 213 | 132 | 50 |
| Binary | 1010 | 11000011 | 1000100 | 1011111 | 0 | 1000001 | 11000 | 10001011 | 1011010 | 101000 |
Color Harmonies of #0AC344
Complementary color
Monochromatic Colors of #0AC344
Black with #0AC344
Text Example
Text Example
White with #0AC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC344; }
p { color: rgb(10,195,68); }
H1.HeaderClassName
{
color: #0AC344;
}
.AnyTagClassName
{
color: #0AC344;
}
</style>
background-color css
<style>
a { background-color: #0AC344; }
a { background-color: rgb(10,195,68); }
div.DivClassName
{
background-color: #0AC344;
}
.BgClassName
{
background-color: #0AC344;
}
</style>
border-color css
<style>
span { border-color: #0AC344; }
span { border-color: rgb(10,195,68); }
td.TdClassName
{
border-color: #0AC344;
}
.TagClassName
{
border-color: #0AC344;
}
</style>