#1C8F66

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

Shades of Elf Green #1C8F66

Tints of Elf Green #1C8F66

Color information

#1C8F66 (or 0x1C8F66) is unknown color: approx Elf Green. HEX triplet: 1C, 8F and 66. RGB value is (28,143,102). Sum of RGB (Red+Green+Blue) = 28+143+102=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8F66 is #E37099. Grayscale: #676767. Windows color (decimal): -14905498 or 6721308. OLE color: 6721308.

HSL color Cylindrical-coordinate representation of color #1C8F66: hue angle of 158.61º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8F66 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB28143102-
CMYK0.8000.290.44
HSL158.61º67.25%33.53%-
HSV(B)158.61º80.42%56.08%-
XYZ12.720.8515.93-
YUV103.94126.973.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 143 (56.25% from 255) = 52.38%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=10.26%
G=52.38%
B=37.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281431020.8000.290.44158.6167.2533.53
Hex1C8F665001D2C9f4322
Octal342171461200355423710342
Binary111001000111111001101010000011101101100100111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,143,102); }

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

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

 a { background-color: rgb(28,143,102); }

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

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

 span { border-color: rgb(28,143,102); }

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