Html Css Color HEX #1C9170 Elf Green

📋 copy color: '#1C9170'

red 28 ◦ green 145 ◦ blue 112

#1C9170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #1C9170

Tints of Elf Green #1C9170

RGB

 RED value IS 28 (11.33% from 255) = 9.82%

 GREEN value IS 145 (57.03% from 255) = 50.88%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 9.82%
G = 50.88%
B = 39.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#1C9170 (or 0x1C9170) is known color: Elf Green. HEX triplet: 1C, 91 and 70. RGB value is (28,145,112). Sum of RGB (Red+Green+Blue) = 28+145+112=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9170 is #E36E8F. Grayscale: #6A6A6A. Windows color (decimal): -14904976 or 7377180. OLE color: 7377180.

HSL color Cylindrical-coordinate representation of color #1C9170: hue angle of 163.08º 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 #1C9170 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 145 112 -
CMYK 0.81 0 0.23 0.43
HSL 163.08º 0.68% 0.34% -
HSV(B) 163.08º 0.81% 0.57% -
XYZ 13.53 21.67 18.8 -
YUV 106.26 131.24 72.18 -
System Red Green Blue C M Y K H S L
Decimal 28 145 112 0.81 0 0.23 0.43 163.08 0.68 0.34
Hex 1C 91 70 51 0 17 2B A3 44 22
Octal 34 221 160 121 0 27 53 243 104 42
Binary 11100 10010001 1110000 1010001 0 10111 101011 10100011 1000100 100010

Color Harmonies of #1C9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9170

Black with #1C9170

Text Example


Text Example

White with #1C9170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C9170;
 }
 .AnyTagClassName
 {
   color: #1C9170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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