Shades of Dark Pastel Green #09CC3C
Tints of Dark Pastel Green #09CC3C
RGB
CMYK
RGB Variations
Color information
#09CC3C (or 0x09CC3C) is known color: Dark Pastel Green. HEX triplet: 09, CC and 3C. RGB value is (9,204,60). Sum of RGB (Red+Green+Blue) = 9+204+60=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CC3C is #F633C3. Grayscale: #818181. Windows color (decimal): -16135108 or 3984393. OLE color: 3984393.
HSL color Cylindrical-coordinate representation of color #09CC3C: hue angle of 135.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CC3C is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 60 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.2 |
| HSL | 135.69º | 0.92% | 0.42% | - |
| HSV(B) | 135.69º | 0.96% | 0.8% | - |
| XYZ | 22.52 | 43.57 | 11.5 | - |
| YUV | 129.28 | 88.9 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 60 | 0.96 | 0 | 0.71 | 0.2 | 135.69 | 0.92 | 0.42 |
| Hex | 9 | CC | 3C | 60 | 0 | 47 | 14 | 88 | 5C | 2A |
| Octal | 11 | 314 | 74 | 140 | 0 | 107 | 24 | 210 | 134 | 52 |
| Binary | 1001 | 11001100 | 111100 | 1100000 | 0 | 1000111 | 10100 | 10001000 | 1011100 | 101010 |
Color Harmonies of #09CC3C
Complementary color
Monochromatic Colors of #09CC3C
Black with #09CC3C
Text Example
Text Example
White with #09CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CC3C; }
p { color: rgb(9,204,60); }
H1.HeaderClassName
{
color: #09CC3C;
}
.AnyTagClassName
{
color: #09CC3C;
}
</style>
background-color css
<style>
a { background-color: #09CC3C; }
a { background-color: rgb(9,204,60); }
div.DivClassName
{
background-color: #09CC3C;
}
.BgClassName
{
background-color: #09CC3C;
}
</style>
border-color css
<style>
span { border-color: #09CC3C; }
span { border-color: rgb(9,204,60); }
td.TdClassName
{
border-color: #09CC3C;
}
.TagClassName
{
border-color: #09CC3C;
}
</style>