Shades of Dark Pastel Green #09D526
Tints of Dark Pastel Green #09D526
RGB
CMYK
RGB Variations
Color information
#09D526 (or 0x09D526) is known color: Dark Pastel Green. HEX triplet: 09, D5 and 26. RGB value is (9,213,38). Sum of RGB (Red+Green+Blue) = 9+213+38=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 213 (83.59% from 255 or 81.92% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 213 - color contains mainly: green. Hex color #09D526 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D526 is #F62AD9. Grayscale: #848484. Windows color (decimal): -16132826 or 2544905. OLE color: 2544905.
HSL color Cylindrical-coordinate representation of color #09D526: hue angle of 128.53º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D526 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 213 | 38 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.16 |
| HSL | 128.53º | 0.92% | 0.44% | - |
| HSV(B) | 128.53º | 0.96% | 0.84% | - |
| XYZ | 24.26 | 47.79 | 9.78 | - |
| YUV | 132.05 | 74.91 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 213 | 38 | 0.96 | 0 | 0.82 | 0.16 | 128.53 | 0.92 | 0.44 |
| Hex | 9 | D5 | 26 | 60 | 0 | 52 | 10 | 81 | 5C | 2C |
| Octal | 11 | 325 | 46 | 140 | 0 | 122 | 20 | 201 | 134 | 54 |
| Binary | 1001 | 11010101 | 100110 | 1100000 | 0 | 1010010 | 10000 | 10000001 | 1011100 | 101100 |
Color Harmonies of #09D526
Complementary color
Monochromatic Colors of #09D526
Black with #09D526
Text Example
Text Example
White with #09D526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D526; }
p { color: rgb(9,213,38); }
H1.HeaderClassName
{
color: #09D526;
}
.AnyTagClassName
{
color: #09D526;
}
</style>
background-color css
<style>
a { background-color: #09D526; }
a { background-color: rgb(9,213,38); }
div.DivClassName
{
background-color: #09D526;
}
.BgClassName
{
background-color: #09D526;
}
</style>
border-color css
<style>
span { border-color: #09D526; }
span { border-color: rgb(9,213,38); }
td.TdClassName
{
border-color: #09D526;
}
.TagClassName
{
border-color: #09D526;
}
</style>