Shades of Dark Pastel Green #0AC234
Tints of Dark Pastel Green #0AC234
RGB
CMYK
RGB Variations
Color information
#0AC234 (or 0x0AC234) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 34. RGB value is (10,194,52). Sum of RGB (Red+Green+Blue) = 10+194+52=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC234 is #F53DCB. Grayscale: #7B7B7B. Windows color (decimal): -16072140 or 3457546. OLE color: 3457546.
HSL color Cylindrical-coordinate representation of color #0AC234: hue angle of 133.7º 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 #0AC234 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 52 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.24 |
| HSL | 133.7º | 0.9% | 0.4% | - |
| HSV(B) | 133.7º | 0.95% | 0.76% | - |
| XYZ | 20.04 | 38.9 | 9.7 | - |
| YUV | 122.8 | 88.04 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 52 | 0.95 | 0 | 0.73 | 0.24 | 133.7 | 0.9 | 0.4 |
| Hex | A | C2 | 34 | 5F | 0 | 49 | 18 | 86 | 5A | 28 |
| Octal | 12 | 302 | 64 | 137 | 0 | 111 | 30 | 206 | 132 | 50 |
| Binary | 1010 | 11000010 | 110100 | 1011111 | 0 | 1001001 | 11000 | 10000110 | 1011010 | 101000 |
Color Harmonies of #0AC234
Complementary color
Monochromatic Colors of #0AC234
Black with #0AC234
Text Example
Text Example
White with #0AC234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC234; }
p { color: rgb(10,194,52); }
H1.HeaderClassName
{
color: #0AC234;
}
.AnyTagClassName
{
color: #0AC234;
}
</style>
background-color css
<style>
a { background-color: #0AC234; }
a { background-color: rgb(10,194,52); }
div.DivClassName
{
background-color: #0AC234;
}
.BgClassName
{
background-color: #0AC234;
}
</style>
border-color css
<style>
span { border-color: #0AC234; }
span { border-color: rgb(10,194,52); }
td.TdClassName
{
border-color: #0AC234;
}
.TagClassName
{
border-color: #0AC234;
}
</style>