Shades of Dark Pastel Green #09A12B
Tints of Dark Pastel Green #09A12B
RGB
CMYK
RGB Variations
Color information
#09A12B (or 0x09A12B) is known color: Dark Pastel Green. HEX triplet: 09, A1 and 2B. RGB value is (9,161,43). Sum of RGB (Red+Green+Blue) = 9+161+43=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #09A12B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A12B is #F65ED4. Grayscale: #666666. Windows color (decimal): -16146133 or 2859273. OLE color: 2859273.
HSL color Cylindrical-coordinate representation of color #09A12B: hue angle of 133.42º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A12B is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 43 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.37 |
| HSL | 133.42º | 0.89% | 0.33% | - |
| HSV(B) | 133.42º | 0.94% | 0.63% | - |
| XYZ | 13.29 | 25.72 | 6.55 | - |
| YUV | 102.1 | 94.64 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 43 | 0.94 | 0 | 0.73 | 0.37 | 133.42 | 0.89 | 0.33 |
| Hex | 9 | A1 | 2B | 5E | 0 | 49 | 25 | 85 | 59 | 21 |
| Octal | 11 | 241 | 53 | 136 | 0 | 111 | 45 | 205 | 131 | 41 |
| Binary | 1001 | 10100001 | 101011 | 1011110 | 0 | 1001001 | 100101 | 10000101 | 1011001 | 100001 |
Color Harmonies of #09A12B
Complementary color
Monochromatic Colors of #09A12B
Black with #09A12B
Text Example
Text Example
White with #09A12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A12B; }
p { color: rgb(9,161,43); }
H1.HeaderClassName
{
color: #09A12B;
}
.AnyTagClassName
{
color: #09A12B;
}
</style>
background-color css
<style>
a { background-color: #09A12B; }
a { background-color: rgb(9,161,43); }
div.DivClassName
{
background-color: #09A12B;
}
.BgClassName
{
background-color: #09A12B;
}
</style>
border-color css
<style>
span { border-color: #09A12B; }
span { border-color: rgb(9,161,43); }
td.TdClassName
{
border-color: #09A12B;
}
.TagClassName
{
border-color: #09A12B;
}
</style>