Shades of Rangoon Green #090C00
Tints of Rangoon Green #090C00
RGB
CMYK
RGB Variations
Color information
#090C00 (or 0x090C00) is known color: Rangoon Green. HEX triplet: 09, 0C and 00. RGB value is (9,12,0). Sum of RGB (Red+Green+Blue) = 9+12+0=21 (2% of max value = 765). Red value is 9 (3.91% from 255 or 42.86% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #090C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C00 is #F6F3FF. Grayscale: #090909. Windows color (decimal): -16184320 or 3081. OLE color: 3081.
HSL color Cylindrical-coordinate representation of color #090C00: hue angle of 75º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090C00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 12 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.95 |
| HSL | 75º | 1% | 0.02% | - |
| HSV(B) | 75º | 1% | 0.05% | - |
| XYZ | 0.24 | 0.32 | 0.05 | - |
| YUV | 9.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 0 | 0.25 | 0 | 1 | 0.95 | 75 | 1 | 0.02 |
| Hex | 9 | C | 0 | 19 | 0 | 64 | 5F | 4B | 64 | 2 |
| Octal | 11 | 14 | 0 | 31 | 0 | 144 | 137 | 113 | 144 | 2 |
| Binary | 1001 | 1100 | 0 | 11001 | 0 | 1100100 | 1011111 | 1001011 | 1100100 | 10 |
Color Harmonies of #090C00
Complementary color
Monochromatic Colors of #090C00
Black with #090C00
Text Example
Text Example
White with #090C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C00; }
p { color: rgb(9,12,0); }
H1.HeaderClassName
{
color: #090C00;
}
.AnyTagClassName
{
color: #090C00;
}
</style>
background-color css
<style>
a { background-color: #090C00; }
a { background-color: rgb(9,12,0); }
div.DivClassName
{
background-color: #090C00;
}
.BgClassName
{
background-color: #090C00;
}
</style>
border-color css
<style>
span { border-color: #090C00; }
span { border-color: rgb(9,12,0); }
td.TdClassName
{
border-color: #090C00;
}
.TagClassName
{
border-color: #090C00;
}
</style>