Shades of Dark Pastel Green #0AC643
Tints of Dark Pastel Green #0AC643
RGB
CMYK
RGB Variations
Color information
#0AC643 (or 0x0AC643) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 43. RGB value is (10,198,67). Sum of RGB (Red+Green+Blue) = 10+198+67=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 198 (77.73% from 255 or 72% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC643 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC643 is #F539BC. Grayscale: #7F7F7F. Windows color (decimal): -16071101 or 4441610. OLE color: 4441610.
HSL color Cylindrical-coordinate representation of color #0AC643: hue angle of 138.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC643 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 67 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.22 |
| HSL | 138.19º | 0.9% | 0.41% | - |
| HSV(B) | 138.19º | 0.95% | 0.78% | - |
| XYZ | 21.33 | 40.86 | 12.07 | - |
| YUV | 126.85 | 94.22 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 67 | 0.95 | 0 | 0.66 | 0.22 | 138.19 | 0.9 | 0.41 |
| Hex | A | C6 | 43 | 5F | 0 | 42 | 16 | 8A | 5A | 29 |
| Octal | 12 | 306 | 103 | 137 | 0 | 102 | 26 | 212 | 132 | 51 |
| Binary | 1010 | 11000110 | 1000011 | 1011111 | 0 | 1000010 | 10110 | 10001010 | 1011010 | 101001 |
Color Harmonies of #0AC643
Complementary color
Monochromatic Colors of #0AC643
Black with #0AC643
Text Example
Text Example
White with #0AC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC643; }
p { color: rgb(10,198,67); }
H1.HeaderClassName
{
color: #0AC643;
}
.AnyTagClassName
{
color: #0AC643;
}
</style>
background-color css
<style>
a { background-color: #0AC643; }
a { background-color: rgb(10,198,67); }
div.DivClassName
{
background-color: #0AC643;
}
.BgClassName
{
background-color: #0AC643;
}
</style>
border-color css
<style>
span { border-color: #0AC643; }
span { border-color: rgb(10,198,67); }
td.TdClassName
{
border-color: #0AC643;
}
.TagClassName
{
border-color: #0AC643;
}
</style>