Html Css Color HEX #1C9471 Elf Green

📋 copy color: '#1C9471'

red 28 ◦ green 148 ◦ blue 113

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

Shades of Elf Green #1C9471

Tints of Elf Green #1C9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.21%

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 9.69%
G = 51.21%
B = 39.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#1C9471 (or 0x1C9471) is known color: Elf Green. HEX triplet: 1C, 94 and 71. RGB value is (28,148,113). Sum of RGB (Red+Green+Blue) = 28+148+113=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9471 is #E36B8E. Grayscale: #6C6C6C. Windows color (decimal): -14904207 or 7443484. OLE color: 7443484.

HSL color Cylindrical-coordinate representation of color #1C9471: hue angle of 162.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9471 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 113 -
CMYK 0.81 0 0.24 0.42
HSL 162.5º 0.68% 0.35% -
HSV(B) 162.5º 0.81% 0.58% -
XYZ 14.05 22.62 19.25 -
YUV 108.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 28 148 113 0.81 0 0.24 0.42 162.5 0.68 0.35
Hex 1C 94 71 51 0 18 2A A2 44 23
Octal 34 224 161 121 0 30 52 242 104 43
Binary 11100 10010100 1110001 1010001 0 11000 101010 10100010 1000100 100011

Color Harmonies of #1C9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9471

Black with #1C9471

Text Example


Text Example

White with #1C9471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,148,113); }

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

background-color css

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

 a { background-color: rgb(28,148,113); }

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

border-color css

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

 span { border-color: rgb(28,148,113); }

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