Shades of Dark Pastel Green #09CA3A
Tints of Dark Pastel Green #09CA3A
RGB
CMYK
RGB Variations
Color information
#09CA3A (or 0x09CA3A) is known color: Dark Pastel Green. HEX triplet: 09, CA and 3A. RGB value is (9,202,58). Sum of RGB (Red+Green+Blue) = 9+202+58=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA3A is #F635C5. Grayscale: #808080. Windows color (decimal): -16135622 or 3852809. OLE color: 3852809.
HSL color Cylindrical-coordinate representation of color #09CA3A: hue angle of 135.23º 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 #09CA3A is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 58 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.21 |
| HSL | 135.23º | 0.91% | 0.41% | - |
| HSV(B) | 135.23º | 0.96% | 0.79% | - |
| XYZ | 22 | 42.6 | 11.07 | - |
| YUV | 127.88 | 88.56 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 58 | 0.96 | 0 | 0.71 | 0.21 | 135.23 | 0.91 | 0.41 |
| Hex | 9 | CA | 3A | 60 | 0 | 47 | 15 | 87 | 5B | 29 |
| Octal | 11 | 312 | 72 | 140 | 0 | 107 | 25 | 207 | 133 | 51 |
| Binary | 1001 | 11001010 | 111010 | 1100000 | 0 | 1000111 | 10101 | 10000111 | 1011011 | 101001 |
Color Harmonies of #09CA3A
Complementary color
Monochromatic Colors of #09CA3A
Black with #09CA3A
Text Example
Text Example
White with #09CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA3A; }
p { color: rgb(9,202,58); }
H1.HeaderClassName
{
color: #09CA3A;
}
.AnyTagClassName
{
color: #09CA3A;
}
</style>
background-color css
<style>
a { background-color: #09CA3A; }
a { background-color: rgb(9,202,58); }
div.DivClassName
{
background-color: #09CA3A;
}
.BgClassName
{
background-color: #09CA3A;
}
</style>
border-color css
<style>
span { border-color: #09CA3A; }
span { border-color: rgb(9,202,58); }
td.TdClassName
{
border-color: #09CA3A;
}
.TagClassName
{
border-color: #09CA3A;
}
</style>