Shades of Elf Green #1C9B7A
Tints of Elf Green #1C9B7A
RGB
CMYK
RGB Variations
Color information
#1C9B7A (or 0x1C9B7A) is known color: Elf Green. HEX triplet: 1C, 9B and 7A. RGB value is (28,155,122). Sum of RGB (Red+Green+Blue) = 28+155+122=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B7A is #E36485. Grayscale: #717171. Windows color (decimal): -14902406 or 8035100. OLE color: 8035100.
HSL color Cylindrical-coordinate representation of color #1C9B7A: hue angle of 164.41º 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 #1C9B7A is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 155 | 122 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.39 |
| HSL | 164.41º | 0.69% | 0.36% | - |
| HSV(B) | 164.41º | 0.82% | 0.61% | - |
| XYZ | 15.71 | 25.09 | 22.43 | - |
| YUV | 113.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 122 | 0.82 | 0 | 0.21 | 0.39 | 164.41 | 0.69 | 0.36 |
| Hex | 1C | 9B | 7A | 52 | 0 | 15 | 27 | A4 | 45 | 24 |
| Octal | 34 | 233 | 172 | 122 | 0 | 25 | 47 | 244 | 105 | 44 |
| Binary | 11100 | 10011011 | 1111010 | 1010010 | 0 | 10101 | 100111 | 10100100 | 1000101 | 100100 |
Color Harmonies of #1C9B7A
Complementary color
Monochromatic Colors of #1C9B7A
Black with #1C9B7A
Text Example
Text Example
White with #1C9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9B7A; }
p { color: rgb(28,155,122); }
H1.HeaderClassName
{
color: #1C9B7A;
}
.AnyTagClassName
{
color: #1C9B7A;
}
</style>
background-color css
<style>
a { background-color: #1C9B7A; }
a { background-color: rgb(28,155,122); }
div.DivClassName
{
background-color: #1C9B7A;
}
.BgClassName
{
background-color: #1C9B7A;
}
</style>
border-color css
<style>
span { border-color: #1C9B7A; }
span { border-color: rgb(28,155,122); }
td.TdClassName
{
border-color: #1C9B7A;
}
.TagClassName
{
border-color: #1C9B7A;
}
</style>