#1C916B

Color #1C916B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1C916B

Tints of Elf Green #1C916B

Color information

#1C916B (or 0x1C916B) is unknown color: approx Elf Green. HEX triplet: 1C, 91 and 6B. RGB value is (28,145,107). Sum of RGB (Red+Green+Blue) = 28+145+107=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #1C916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C916B is #E36E94. Grayscale: #696969. Windows color (decimal): -14904981 or 7049500. OLE color: 7049500.

HSL color Cylindrical-coordinate representation of color #1C916B: hue angle of 160.51º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C916B is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB28145107-
CMYK0.8100.260.43
HSL160.51º67.63%33.92%-
HSV(B)160.51º80.69%56.86%-
XYZ13.2621.5617.37-
YUV105.68128.7472.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 10%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=10%
G=51.79%
B=38.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281451070.8100.260.43160.5167.6333.92
Hex1C916B5101A2Ba14422
Octal342211531210325324110442
Binary111001001000111010111010001011010101011101000011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C916B; }

 p { color: rgb(28,145,107); }

 H1.HeaderClassName
 {
   color: #1C916B;
 }
 .AnyTagClassName
 {
   color: #1C916B;
 }
</style>
background-color css

<style>
 a { background-color: #1C916B; }

 a { background-color: rgb(28,145,107); }

 div.DivClassName
 {
   background-color: #1C916B;
 }
 .BgClassName
 {
   background-color: #1C916B;
 }
</style>
border-color css

<style>
 span { border-color: #1C916B; }

 span { border-color: rgb(28,145,107); }

 td.TdClassName
 {
   border-color: #1C916B;
 }
 .TagClassName
 {
   border-color: #1C916B;
 }
</style>