#1C997A

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

Shades of Elf Green #1C997A

Tints of Elf Green #1C997A

Color information

#1C997A (or 0x1C997A) is unknown color: approx Elf Green. HEX triplet: 1C, 99 and 7A. RGB value is (28,153,122). Sum of RGB (Red+Green+Blue) = 28+153+122=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #1C997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C997A is #E36685. Grayscale: #707070. Windows color (decimal): -14902918 or 8034588. OLE color: 8034588.

HSL color Cylindrical-coordinate representation of color #1C997A: hue angle of 165.12º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C997A is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB28153122-
CMYK0.8200.200.4
HSL165.12º69.06%35.49%-
HSV(B)165.12º81.7%60%-
XYZ15.3824.4322.32-
YUV112.09133.5968.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=9.24%
G=50.50%
B=40.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281531220.8200.200.4165.1269.0635.49
Hex1C997A5201428a54523
Octal342311721220245024510543
Binary111001001100111110101010010010100101000101001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,153,122); }

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

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

 a { background-color: rgb(28,153,122); }

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

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

 span { border-color: rgb(28,153,122); }

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