Shades of Dark Pastel Green #09CA3C
Tints of Dark Pastel Green #09CA3C
RGB
CMYK
RGB Variations
Color information
#09CA3C (or 0x09CA3C) is known color: Dark Pastel Green. HEX triplet: 09, CA and 3C. RGB value is (9,202,60). Sum of RGB (Red+Green+Blue) = 9+202+60=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA3C is #F635C3. Grayscale: #808080. Windows color (decimal): -16135620 or 3983881. OLE color: 3983881.
HSL color Cylindrical-coordinate representation of color #09CA3C: hue angle of 135.85º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA3C is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 60 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.21 |
| HSL | 135.85º | 0.91% | 0.41% | - |
| HSV(B) | 135.85º | 0.96% | 0.79% | - |
| XYZ | 22.05 | 42.63 | 11.34 | - |
| YUV | 128.11 | 89.56 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 60 | 0.96 | 0 | 0.70 | 0.21 | 135.85 | 0.91 | 0.41 |
| Hex | 9 | CA | 3C | 60 | 0 | 46 | 15 | 88 | 5B | 29 |
| Octal | 11 | 312 | 74 | 140 | 0 | 106 | 25 | 210 | 133 | 51 |
| Binary | 1001 | 11001010 | 111100 | 1100000 | 0 | 1000110 | 10101 | 10001000 | 1011011 | 101001 |
Color Harmonies of #09CA3C
Complementary color
Monochromatic Colors of #09CA3C
Black with #09CA3C
Text Example
Text Example
White with #09CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA3C; }
p { color: rgb(9,202,60); }
H1.HeaderClassName
{
color: #09CA3C;
}
.AnyTagClassName
{
color: #09CA3C;
}
</style>
background-color css
<style>
a { background-color: #09CA3C; }
a { background-color: rgb(9,202,60); }
div.DivClassName
{
background-color: #09CA3C;
}
.BgClassName
{
background-color: #09CA3C;
}
</style>
border-color css
<style>
span { border-color: #09CA3C; }
span { border-color: rgb(9,202,60); }
td.TdClassName
{
border-color: #09CA3C;
}
.TagClassName
{
border-color: #09CA3C;
}
</style>