#1C9979

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

Shades of Elf Green #1C9979

Tints of Elf Green #1C9979

Color information

#1C9979 (or 0x1C9979) is unknown color: approx Elf Green. HEX triplet: 1C, 99 and 79. RGB value is (28,153,121). Sum of RGB (Red+Green+Blue) = 28+153+121=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9979 is #E36686. Grayscale: #6F6F6F. Windows color (decimal): -14902919 or 7969052. OLE color: 7969052.

HSL color Cylindrical-coordinate representation of color #1C9979: hue angle of 164.64º 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 #1C9979 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB28153121-
CMYK0.8200.210.4
HSL164.64º69.06%35.49%-
HSV(B)164.64º81.7%60%-
XYZ15.3224.4121.99-
YUV111.98133.0968.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.27%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=9.27%
G=50.66%
B=40.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281531210.8200.210.4164.6469.0635.49
Hex1C99795201528a54523
Octal342311711220255024510543
Binary111001001100111110011010010010101101000101001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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