Shades of Elf Green #1F9C6B
Tints of Elf Green #1F9C6B
RGB
CMYK
RGB Variations
Color information
#1F9C6B (or 0x1F9C6B) is known color: Elf Green. HEX triplet: 1F, 9C and 6B. RGB value is (31,156,107). Sum of RGB (Red+Green+Blue) = 31+156+107=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C6B is #E06394. Grayscale: #717171. Windows color (decimal): -14705557 or 7052319. OLE color: 7052319.
HSL color Cylindrical-coordinate representation of color #1F9C6B: hue angle of 156.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C6B is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
RGB | 31 | 156 | 107 | - |
CMYK | 0.80 | 0 | 0.31 | 0.39 |
HSL | 156.48º | 0.67% | 0.37% | - |
HSV(B) | 156.48º | 0.8% | 0.61% | - |
XYZ | 15.11 | 25.13 | 17.96 | - |
YUV | 113.04 | 124.59 | 69.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 156 | 107 | 0.80 | 0 | 0.31 | 0.39 | 156.48 | 0.67 | 0.37 |
Hex | 1F | 9C | 6B | 50 | 0 | 1F | 27 | 9C | 43 | 25 |
Octal | 37 | 234 | 153 | 120 | 0 | 37 | 47 | 234 | 103 | 45 |
Binary | 11111 | 10011100 | 1101011 | 1010000 | 0 | 11111 | 100111 | 10011100 | 1000011 | 100101 |
Color Harmonies of #1F9C6B
Complementary color
Monochromatic Colors of #1F9C6B
Black with #1F9C6B
Text Example
Text Example
White with #1F9C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C6B; }
p { color: rgb(31,156,107); }
H1.HeaderClassName
{
color: #1F9C6B;
}
.AnyTagClassName
{
color: #1F9C6B;
}
</style>
background-color css
<style>
a { background-color: #1F9C6B; }
a { background-color: rgb(31,156,107); }
div.DivClassName
{
background-color: #1F9C6B;
}
.BgClassName
{
background-color: #1F9C6B;
}
</style>
border-color css
<style>
span { border-color: #1F9C6B; }
span { border-color: rgb(31,156,107); }
td.TdClassName
{
border-color: #1F9C6B;
}
.TagClassName
{
border-color: #1F9C6B;
}
</style>