Shades of Dark Pastel Green #09CF3A
Tints of Dark Pastel Green #09CF3A
RGB
CMYK
RGB Variations
Color information
#09CF3A (or 0x09CF3A) is known color: Dark Pastel Green. HEX triplet: 09, CF and 3A. RGB value is (9,207,58). Sum of RGB (Red+Green+Blue) = 9+207+58=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CF3A is #F630C5. Grayscale: #838383. Windows color (decimal): -16134342 or 3854089. OLE color: 3854089.
HSL color Cylindrical-coordinate representation of color #09CF3A: hue angle of 134.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CF3A is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 58 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.19 |
| HSL | 134.85º | 0.92% | 0.42% | - |
| HSV(B) | 134.85º | 0.96% | 0.81% | - |
| XYZ | 23.19 | 44.99 | 11.46 | - |
| YUV | 130.81 | 86.9 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 58 | 0.96 | 0 | 0.72 | 0.19 | 134.85 | 0.92 | 0.42 |
| Hex | 9 | CF | 3A | 60 | 0 | 48 | 13 | 87 | 5C | 2A |
| Octal | 11 | 317 | 72 | 140 | 0 | 110 | 23 | 207 | 134 | 52 |
| Binary | 1001 | 11001111 | 111010 | 1100000 | 0 | 1001000 | 10011 | 10000111 | 1011100 | 101010 |
Color Harmonies of #09CF3A
Complementary color
Monochromatic Colors of #09CF3A
Black with #09CF3A
Text Example
Text Example
White with #09CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CF3A; }
p { color: rgb(9,207,58); }
H1.HeaderClassName
{
color: #09CF3A;
}
.AnyTagClassName
{
color: #09CF3A;
}
</style>
background-color css
<style>
a { background-color: #09CF3A; }
a { background-color: rgb(9,207,58); }
div.DivClassName
{
background-color: #09CF3A;
}
.BgClassName
{
background-color: #09CF3A;
}
</style>
border-color css
<style>
span { border-color: #09CF3A; }
span { border-color: rgb(9,207,58); }
td.TdClassName
{
border-color: #09CF3A;
}
.TagClassName
{
border-color: #09CF3A;
}
</style>