Shades of Dark Pastel Green #09C31A
Tints of Dark Pastel Green #09C31A
RGB
CMYK
RGB Variations
Color information
#09C31A (or 0x09C31A) is known color: Dark Pastel Green. HEX triplet: 09, C3 and 1A. RGB value is (9,195,26). Sum of RGB (Red+Green+Blue) = 9+195+26=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 195 (76.56% from 255 or 84.78% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 195 - color contains mainly: green. Hex color #09C31A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C31A is #F63CE5. Grayscale: #787878. Windows color (decimal): -16137446 or 1753865. OLE color: 1753865.
HSL color Cylindrical-coordinate representation of color #09C31A: hue angle of 125.48º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C31A is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 195 | 26 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.24 |
| HSL | 125.48º | 0.91% | 0.4% | - |
| HSV(B) | 125.48º | 0.95% | 0.76% | - |
| XYZ | 19.81 | 39.16 | 7.49 | - |
| YUV | 120.12 | 74.88 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 26 | 0.95 | 0 | 0.87 | 0.24 | 125.48 | 0.91 | 0.4 |
| Hex | 9 | C3 | 1A | 5F | 0 | 57 | 18 | 7D | 5B | 28 |
| Octal | 11 | 303 | 32 | 137 | 0 | 127 | 30 | 175 | 133 | 50 |
| Binary | 1001 | 11000011 | 11010 | 1011111 | 0 | 1010111 | 11000 | 1111101 | 1011011 | 101000 |
Color Harmonies of #09C31A
Complementary color
Monochromatic Colors of #09C31A
Black with #09C31A
Text Example
Text Example
White with #09C31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C31A; }
p { color: rgb(9,195,26); }
H1.HeaderClassName
{
color: #09C31A;
}
.AnyTagClassName
{
color: #09C31A;
}
</style>
background-color css
<style>
a { background-color: #09C31A; }
a { background-color: rgb(9,195,26); }
div.DivClassName
{
background-color: #09C31A;
}
.BgClassName
{
background-color: #09C31A;
}
</style>
border-color css
<style>
span { border-color: #09C31A; }
span { border-color: rgb(9,195,26); }
td.TdClassName
{
border-color: #09C31A;
}
.TagClassName
{
border-color: #09C31A;
}
</style>