Html Css Color HEX #1C917E Elf Green

📋 copy color: '#1C917E'

red 28 ◦ green 145 ◦ blue 126

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

Shades of Elf Green #1C917E

Tints of Elf Green #1C917E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 9.36%
G = 48.49%
B = 42.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#1C917E (or 0x1C917E) is known color: Elf Green. HEX triplet: 1C, 91 and 7E. RGB value is (28,145,126). Sum of RGB (Red+Green+Blue) = 28+145+126=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #1C917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C917E is #E36E81. Grayscale: #6B6B6B. Windows color (decimal): -14904962 or 8294684. OLE color: 8294684.

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

Color convert

RGB 28 145 126 -
CMYK 0.81 0 0.13 0.43
HSL 170.26º 0.68% 0.34% -
HSV(B) 170.26º 0.81% 0.57% -
XYZ 14.37 22 23.23 -
YUV 107.85 138.24 71.04 -
System Red Green Blue C M Y K H S L
Decimal 28 145 126 0.81 0 0.13 0.43 170.26 0.68 0.34
Hex 1C 91 7E 51 0 D 2B AA 44 22
Octal 34 221 176 121 0 15 53 252 104 42
Binary 11100 10010001 1111110 1010001 0 1101 101011 10101010 1000100 100010

Color Harmonies of #1C917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C917E

Black with #1C917E

Text Example


Text Example

White with #1C917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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