Shades of Rangoon Green #10120A
Tints of Rangoon Green #10120A
RGB
CMYK
RGB Variations
Color information
#10120A (or 0x10120A) is known color: Rangoon Green. HEX triplet: 10, 12 and 0A. RGB value is (16,18,10). Sum of RGB (Red+Green+Blue) = 16+18+10=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #10120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120A is #EFEDF5. Grayscale: #101010. Windows color (decimal): -15724022 or 659984. OLE color: 659984.
HSL color Cylindrical-coordinate representation of color #10120A: hue angle of 75º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10120A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 18 | 10 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.93 |
| HSL | 75º | 0.29% | 0.05% | - |
| HSV(B) | 75º | 0.44% | 0.07% | - |
| XYZ | 0.48 | 0.56 | 0.37 | - |
| YUV | 16.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 10 | 0.11 | 0 | 0.44 | 0.93 | 75 | 0.29 | 0.05 |
| Hex | 10 | 12 | A | B | 0 | 2C | 5D | 4B | 1D | 5 |
| Octal | 20 | 22 | 12 | 13 | 0 | 54 | 135 | 113 | 35 | 5 |
| Binary | 10000 | 10010 | 1010 | 1011 | 0 | 101100 | 1011101 | 1001011 | 11101 | 101 |
Color Harmonies of #10120A
Complementary color
Monochromatic Colors of #10120A
Black with #10120A
Text Example
Text Example
White with #10120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10120A; }
p { color: rgb(16,18,10); }
H1.HeaderClassName
{
color: #10120A;
}
.AnyTagClassName
{
color: #10120A;
}
</style>
background-color css
<style>
a { background-color: #10120A; }
a { background-color: rgb(16,18,10); }
div.DivClassName
{
background-color: #10120A;
}
.BgClassName
{
background-color: #10120A;
}
</style>
border-color css
<style>
span { border-color: #10120A; }
span { border-color: rgb(16,18,10); }
td.TdClassName
{
border-color: #10120A;
}
.TagClassName
{
border-color: #10120A;
}
</style>