Shades of Elf Green #1C9B7B
Tints of Elf Green #1C9B7B
RGB
CMYK
RGB Variations
Color information
#1C9B7B (or 0x1C9B7B) is known color: Elf Green. HEX triplet: 1C, 9B and 7B. RGB value is (28,155,123). Sum of RGB (Red+Green+Blue) = 28+155+123=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B7B is #E36484. Grayscale: #717171. Windows color (decimal): -14902405 or 8100636. OLE color: 8100636.
HSL color Cylindrical-coordinate representation of color #1C9B7B: hue angle of 164.88º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B7B is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 155 | 123 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.39 |
| HSL | 164.88º | 0.69% | 0.36% | - |
| HSV(B) | 164.88º | 0.82% | 0.61% | - |
| XYZ | 15.78 | 25.12 | 22.76 | - |
| YUV | 113.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 123 | 0.82 | 0 | 0.21 | 0.39 | 164.88 | 0.69 | 0.36 |
| Hex | 1C | 9B | 7B | 52 | 0 | 15 | 27 | A5 | 45 | 24 |
| Octal | 34 | 233 | 173 | 122 | 0 | 25 | 47 | 245 | 105 | 44 |
| Binary | 11100 | 10011011 | 1111011 | 1010010 | 0 | 10101 | 100111 | 10100101 | 1000101 | 100100 |
Color Harmonies of #1C9B7B
Complementary color
Monochromatic Colors of #1C9B7B
Black with #1C9B7B
Text Example
Text Example
White with #1C9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9B7B; }
p { color: rgb(28,155,123); }
H1.HeaderClassName
{
color: #1C9B7B;
}
.AnyTagClassName
{
color: #1C9B7B;
}
</style>
background-color css
<style>
a { background-color: #1C9B7B; }
a { background-color: rgb(28,155,123); }
div.DivClassName
{
background-color: #1C9B7B;
}
.BgClassName
{
background-color: #1C9B7B;
}
</style>
border-color css
<style>
span { border-color: #1C9B7B; }
span { border-color: rgb(28,155,123); }
td.TdClassName
{
border-color: #1C9B7B;
}
.TagClassName
{
border-color: #1C9B7B;
}
</style>