Shades of Dark Pastel Green #0AC834
Tints of Dark Pastel Green #0AC834
RGB
CMYK
RGB Variations
Color information
#0AC834 (or 0x0AC834) is known color: Dark Pastel Green. HEX triplet: 0A, C8 and 34. RGB value is (10,200,52). Sum of RGB (Red+Green+Blue) = 10+200+52=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 200 (78.52% from 255 or 76.34% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC834 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC834 is #F537CB. Grayscale: #7E7E7E. Windows color (decimal): -16070604 or 3459082. OLE color: 3459082.
HSL color Cylindrical-coordinate representation of color #0AC834: hue angle of 133.26º 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 #0AC834 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 52 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.22 |
| HSL | 133.26º | 0.9% | 0.41% | - |
| HSV(B) | 133.26º | 0.95% | 0.78% | - |
| XYZ | 21.4 | 41.62 | 10.15 | - |
| YUV | 126.32 | 86.05 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 52 | 0.95 | 0 | 0.74 | 0.22 | 133.26 | 0.9 | 0.41 |
| Hex | A | C8 | 34 | 5F | 0 | 4A | 16 | 85 | 5A | 29 |
| Octal | 12 | 310 | 64 | 137 | 0 | 112 | 26 | 205 | 132 | 51 |
| Binary | 1010 | 11001000 | 110100 | 1011111 | 0 | 1001010 | 10110 | 10000101 | 1011010 | 101001 |
Color Harmonies of #0AC834
Complementary color
Monochromatic Colors of #0AC834
Black with #0AC834
Text Example
Text Example
White with #0AC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC834; }
p { color: rgb(10,200,52); }
H1.HeaderClassName
{
color: #0AC834;
}
.AnyTagClassName
{
color: #0AC834;
}
</style>
background-color css
<style>
a { background-color: #0AC834; }
a { background-color: rgb(10,200,52); }
div.DivClassName
{
background-color: #0AC834;
}
.BgClassName
{
background-color: #0AC834;
}
</style>
border-color css
<style>
span { border-color: #0AC834; }
span { border-color: rgb(10,200,52); }
td.TdClassName
{
border-color: #0AC834;
}
.TagClassName
{
border-color: #0AC834;
}
</style>