Shades of Elf Green #129B6A
Tints of Elf Green #129B6A
RGB
CMYK
RGB Variations
Color information
#129B6A (or 0x129B6A) is known color: Elf Green. HEX triplet: 12, 9B and 6A. RGB value is (18,155,106). Sum of RGB (Red+Green+Blue) = 18+155+106=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #129B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B6A is #ED6495. Grayscale: #6C6C6C. Windows color (decimal): -15557782 or 6986514. OLE color: 6986514.
HSL color Cylindrical-coordinate representation of color #129B6A: hue angle of 158.54º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B6A is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 106 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.39 |
| HSL | 158.54º | 0.79% | 0.34% | - |
| HSV(B) | 158.54º | 0.88% | 0.61% | - |
| XYZ | 14.57 | 24.61 | 17.62 | - |
| YUV | 108.45 | 126.61 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 106 | 0.88 | 0 | 0.32 | 0.39 | 158.54 | 0.79 | 0.34 |
| Hex | 12 | 9B | 6A | 58 | 0 | 20 | 27 | 9F | 4F | 22 |
| Octal | 22 | 233 | 152 | 130 | 0 | 40 | 47 | 237 | 117 | 42 |
| Binary | 10010 | 10011011 | 1101010 | 1011000 | 0 | 100000 | 100111 | 10011111 | 1001111 | 100010 |
Color Harmonies of #129B6A
Complementary color
Monochromatic Colors of #129B6A
Black with #129B6A
Text Example
Text Example
White with #129B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B6A; }
p { color: rgb(18,155,106); }
H1.HeaderClassName
{
color: #129B6A;
}
.AnyTagClassName
{
color: #129B6A;
}
</style>
background-color css
<style>
a { background-color: #129B6A; }
a { background-color: rgb(18,155,106); }
div.DivClassName
{
background-color: #129B6A;
}
.BgClassName
{
background-color: #129B6A;
}
</style>
border-color css
<style>
span { border-color: #129B6A; }
span { border-color: rgb(18,155,106); }
td.TdClassName
{
border-color: #129B6A;
}
.TagClassName
{
border-color: #129B6A;
}
</style>