Shades of Dark Pastel Green #09CA1B
Tints of Dark Pastel Green #09CA1B
RGB
CMYK
RGB Variations
Color information
#09CA1B (or 0x09CA1B) is known color: Dark Pastel Green. HEX triplet: 09, CA and 1B. RGB value is (9,202,27). Sum of RGB (Red+Green+Blue) = 9+202+27=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 202 (79.30% from 255 or 84.87% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA1B is #F635E4. Grayscale: #7C7C7C. Windows color (decimal): -16135653 or 1821193. OLE color: 1821193.
HSL color Cylindrical-coordinate representation of color #09CA1B: hue angle of 125.6º 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 #09CA1B is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 27 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.21 |
| HSL | 125.6º | 0.91% | 0.41% | - |
| HSV(B) | 125.6º | 0.96% | 0.79% | - |
| XYZ | 21.43 | 42.38 | 8.09 | - |
| YUV | 124.34 | 73.06 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 27 | 0.96 | 0 | 0.87 | 0.21 | 125.6 | 0.91 | 0.41 |
| Hex | 9 | CA | 1B | 60 | 0 | 57 | 15 | 7E | 5B | 29 |
| Octal | 11 | 312 | 33 | 140 | 0 | 127 | 25 | 176 | 133 | 51 |
| Binary | 1001 | 11001010 | 11011 | 1100000 | 0 | 1010111 | 10101 | 1111110 | 1011011 | 101001 |
Color Harmonies of #09CA1B
Complementary color
Monochromatic Colors of #09CA1B
Black with #09CA1B
Text Example
Text Example
White with #09CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA1B; }
p { color: rgb(9,202,27); }
H1.HeaderClassName
{
color: #09CA1B;
}
.AnyTagClassName
{
color: #09CA1B;
}
</style>
background-color css
<style>
a { background-color: #09CA1B; }
a { background-color: rgb(9,202,27); }
div.DivClassName
{
background-color: #09CA1B;
}
.BgClassName
{
background-color: #09CA1B;
}
</style>
border-color css
<style>
span { border-color: #09CA1B; }
span { border-color: rgb(9,202,27); }
td.TdClassName
{
border-color: #09CA1B;
}
.TagClassName
{
border-color: #09CA1B;
}
</style>