#1C8A7B

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

Shades of Elf Green #1C8A7B

Tints of Elf Green #1C8A7B

Color information

#1C8A7B (or 0x1C8A7B) is unknown color: approx Elf Green. HEX triplet: 1C, 8A and 7B. RGB value is (28,138,123). Sum of RGB (Red+Green+Blue) = 28+138+123=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A7B is #E37584. Grayscale: #676767. Windows color (decimal): -14906757 or 8096284. OLE color: 8096284.

HSL color Cylindrical-coordinate representation of color #1C8A7B: hue angle of 171.82º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A7B is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB28138123-
CMYK0.8000.110.46
HSL171.82º66.27%32.55%-
HSV(B)171.82º79.71%54.12%-
XYZ13.1419.8521.88-
YUV103.4139.0674.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=9.69%
G=47.75%
B=42.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281381230.8000.110.46171.8266.2732.55
Hex1C8A7B500B2Eac4221
Octal342121731200135625410241
Binary11100100010101111011101000001011101110101011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,138,123); }

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

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

 a { background-color: rgb(28,138,123); }

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

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

 span { border-color: rgb(28,138,123); }

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