Shades of Dark Pastel Green #0AB723
Tints of Dark Pastel Green #0AB723
RGB
CMYK
RGB Variations
Color information
#0AB723 (or 0x0AB723) is known color: Dark Pastel Green. HEX triplet: 0A, B7 and 23. RGB value is (10,183,35). Sum of RGB (Red+Green+Blue) = 10+183+35=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 183 (71.88% from 255 or 80.26% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB723 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB723 is #F548DC. Grayscale: #727272. Windows color (decimal): -16074973 or 2340618. OLE color: 2340618.
HSL color Cylindrical-coordinate representation of color #0AB723: hue angle of 128.67º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB723 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 35 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.28 |
| HSL | 128.67º | 0.9% | 0.38% | - |
| HSV(B) | 128.67º | 0.95% | 0.72% | - |
| XYZ | 17.36 | 34.05 | 7.25 | - |
| YUV | 114.4 | 83.19 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 35 | 0.95 | 0 | 0.81 | 0.28 | 128.67 | 0.9 | 0.38 |
| Hex | A | B7 | 23 | 5F | 0 | 51 | 1C | 81 | 5A | 26 |
| Octal | 12 | 267 | 43 | 137 | 0 | 121 | 34 | 201 | 132 | 46 |
| Binary | 1010 | 10110111 | 100011 | 1011111 | 0 | 1010001 | 11100 | 10000001 | 1011010 | 100110 |
Color Harmonies of #0AB723
Complementary color
Monochromatic Colors of #0AB723
Black with #0AB723
Text Example
Text Example
White with #0AB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB723; }
p { color: rgb(10,183,35); }
H1.HeaderClassName
{
color: #0AB723;
}
.AnyTagClassName
{
color: #0AB723;
}
</style>
background-color css
<style>
a { background-color: #0AB723; }
a { background-color: rgb(10,183,35); }
div.DivClassName
{
background-color: #0AB723;
}
.BgClassName
{
background-color: #0AB723;
}
</style>
border-color css
<style>
span { border-color: #0AB723; }
span { border-color: rgb(10,183,35); }
td.TdClassName
{
border-color: #0AB723;
}
.TagClassName
{
border-color: #0AB723;
}
</style>