Shades of Dark Pastel Green #0AC343
Tints of Dark Pastel Green #0AC343
RGB
CMYK
RGB Variations
Color information
#0AC343 (or 0x0AC343) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 43. RGB value is (10,195,67). Sum of RGB (Red+Green+Blue) = 10+195+67=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC343 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC343 is #F53CBC. Grayscale: #7D7D7D. Windows color (decimal): -16071869 or 4440842. OLE color: 4440842.
HSL color Cylindrical-coordinate representation of color #0AC343: hue angle of 138.49º 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 #0AC343 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 67 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.24 |
| HSL | 138.49º | 0.9% | 0.4% | - |
| HSV(B) | 138.49º | 0.95% | 0.76% | - |
| XYZ | 20.65 | 39.5 | 11.85 | - |
| YUV | 125.09 | 95.21 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 67 | 0.95 | 0 | 0.66 | 0.24 | 138.49 | 0.9 | 0.4 |
| Hex | A | C3 | 43 | 5F | 0 | 42 | 18 | 8A | 5A | 28 |
| Octal | 12 | 303 | 103 | 137 | 0 | 102 | 30 | 212 | 132 | 50 |
| Binary | 1010 | 11000011 | 1000011 | 1011111 | 0 | 1000010 | 11000 | 10001010 | 1011010 | 101000 |
Color Harmonies of #0AC343
Complementary color
Monochromatic Colors of #0AC343
Black with #0AC343
Text Example
Text Example
White with #0AC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC343; }
p { color: rgb(10,195,67); }
H1.HeaderClassName
{
color: #0AC343;
}
.AnyTagClassName
{
color: #0AC343;
}
</style>
background-color css
<style>
a { background-color: #0AC343; }
a { background-color: rgb(10,195,67); }
div.DivClassName
{
background-color: #0AC343;
}
.BgClassName
{
background-color: #0AC343;
}
</style>
border-color css
<style>
span { border-color: #0AC343; }
span { border-color: rgb(10,195,67); }
td.TdClassName
{
border-color: #0AC343;
}
.TagClassName
{
border-color: #0AC343;
}
</style>