Shades of Dark Pastel Green #09D03A
Tints of Dark Pastel Green #09D03A
RGB
CMYK
RGB Variations
Color information
#09D03A (or 0x09D03A) is known color: Dark Pastel Green. HEX triplet: 09, D0 and 3A. RGB value is (9,208,58). Sum of RGB (Red+Green+Blue) = 9+208+58=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 208 (81.64% from 255 or 75.64% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 208 - color contains mainly: green. Hex color #09D03A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D03A is #F62FC5. Grayscale: #838383. Windows color (decimal): -16134086 or 3854345. OLE color: 3854345.
HSL color Cylindrical-coordinate representation of color #09D03A: hue angle of 134.77º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D03A is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 208 | 58 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.18 |
| HSL | 134.77º | 0.92% | 0.43% | - |
| HSV(B) | 134.77º | 0.96% | 0.82% | - |
| XYZ | 23.43 | 45.48 | 11.55 | - |
| YUV | 131.4 | 86.57 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 58 | 0.96 | 0 | 0.72 | 0.18 | 134.77 | 0.92 | 0.43 |
| Hex | 9 | D0 | 3A | 60 | 0 | 48 | 12 | 87 | 5C | 2B |
| Octal | 11 | 320 | 72 | 140 | 0 | 110 | 22 | 207 | 134 | 53 |
| Binary | 1001 | 11010000 | 111010 | 1100000 | 0 | 1001000 | 10010 | 10000111 | 1011100 | 101011 |
Color Harmonies of #09D03A
Complementary color
Monochromatic Colors of #09D03A
Black with #09D03A
Text Example
Text Example
White with #09D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D03A; }
p { color: rgb(9,208,58); }
H1.HeaderClassName
{
color: #09D03A;
}
.AnyTagClassName
{
color: #09D03A;
}
</style>
background-color css
<style>
a { background-color: #09D03A; }
a { background-color: rgb(9,208,58); }
div.DivClassName
{
background-color: #09D03A;
}
.BgClassName
{
background-color: #09D03A;
}
</style>
border-color css
<style>
span { border-color: #09D03A; }
span { border-color: rgb(9,208,58); }
td.TdClassName
{
border-color: #09D03A;
}
.TagClassName
{
border-color: #09D03A;
}
</style>