Shades of Dark Pastel Green #09CB2A
Tints of Dark Pastel Green #09CB2A
RGB
CMYK
RGB Variations
Color information
#09CB2A (or 0x09CB2A) is known color: Dark Pastel Green. HEX triplet: 09, CB and 2A. RGB value is (9,203,42). Sum of RGB (Red+Green+Blue) = 9+203+42=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CB2A is #F634D5. Grayscale: #7F7F7F. Windows color (decimal): -16135382 or 2804489. OLE color: 2804489.
HSL color Cylindrical-coordinate representation of color #09CB2A: hue angle of 130.21º 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 #09CB2A is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 42 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.20 |
| HSL | 130.21º | 0.92% | 0.42% | - |
| HSV(B) | 130.21º | 0.96% | 0.8% | - |
| XYZ | 21.89 | 42.94 | 9.32 | - |
| YUV | 126.64 | 80.23 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 42 | 0.96 | 0 | 0.79 | 0.20 | 130.21 | 0.92 | 0.42 |
| Hex | 9 | CB | 2A | 60 | 0 | 4F | 14 | 82 | 5C | 2A |
| Octal | 11 | 313 | 52 | 140 | 0 | 117 | 24 | 202 | 134 | 52 |
| Binary | 1001 | 11001011 | 101010 | 1100000 | 0 | 1001111 | 10100 | 10000010 | 1011100 | 101010 |
Color Harmonies of #09CB2A
Complementary color
Monochromatic Colors of #09CB2A
Black with #09CB2A
Text Example
Text Example
White with #09CB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB2A; }
p { color: rgb(9,203,42); }
H1.HeaderClassName
{
color: #09CB2A;
}
.AnyTagClassName
{
color: #09CB2A;
}
</style>
background-color css
<style>
a { background-color: #09CB2A; }
a { background-color: rgb(9,203,42); }
div.DivClassName
{
background-color: #09CB2A;
}
.BgClassName
{
background-color: #09CB2A;
}
</style>
border-color css
<style>
span { border-color: #09CB2A; }
span { border-color: rgb(9,203,42); }
td.TdClassName
{
border-color: #09CB2A;
}
.TagClassName
{
border-color: #09CB2A;
}
</style>