Shades of Dark Pastel Green #09B92A
Tints of Dark Pastel Green #09B92A
RGB
CMYK
RGB Variations
Color information
#09B92A (or 0x09B92A) is known color: Dark Pastel Green. HEX triplet: 09, B9 and 2A. RGB value is (9,185,42). Sum of RGB (Red+Green+Blue) = 9+185+42=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #09B92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09B92A is #F646D5. Grayscale: #747474. Windows color (decimal): -16139990 or 2799881. OLE color: 2799881.
HSL color Cylindrical-coordinate representation of color #09B92A: hue angle of 131.25º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B92A is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 185 | 42 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.27 |
| HSL | 131.25º | 0.91% | 0.38% | - |
| HSV(B) | 131.25º | 0.95% | 0.73% | - |
| XYZ | 17.88 | 34.92 | 7.99 | - |
| YUV | 116.07 | 86.19 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 42 | 0.95 | 0 | 0.77 | 0.27 | 131.25 | 0.91 | 0.38 |
| Hex | 9 | B9 | 2A | 5F | 0 | 4D | 1B | 83 | 5B | 26 |
| Octal | 11 | 271 | 52 | 137 | 0 | 115 | 33 | 203 | 133 | 46 |
| Binary | 1001 | 10111001 | 101010 | 1011111 | 0 | 1001101 | 11011 | 10000011 | 1011011 | 100110 |
Color Harmonies of #09B92A
Complementary color
Monochromatic Colors of #09B92A
Black with #09B92A
Text Example
Text Example
White with #09B92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B92A; }
p { color: rgb(9,185,42); }
H1.HeaderClassName
{
color: #09B92A;
}
.AnyTagClassName
{
color: #09B92A;
}
</style>
background-color css
<style>
a { background-color: #09B92A; }
a { background-color: rgb(9,185,42); }
div.DivClassName
{
background-color: #09B92A;
}
.BgClassName
{
background-color: #09B92A;
}
</style>
border-color css
<style>
span { border-color: #09B92A; }
span { border-color: rgb(9,185,42); }
td.TdClassName
{
border-color: #09B92A;
}
.TagClassName
{
border-color: #09B92A;
}
</style>