Html Css Color HEX #1C967C Elf Green

📋 copy color: '#1C967C'

red 28 ◦ green 150 ◦ blue 124

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

Shades of Elf Green #1C967C

Tints of Elf Green #1C967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

 BLUE value IS 124 (48.83% from 255) = 41.06%

R = 9.27%
G = 49.67%
B = 41.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#1C967C (or 0x1C967C) is known color: Elf Green. HEX triplet: 1C, 96 and 7C. RGB value is (28,150,124). Sum of RGB (Red+Green+Blue) = 28+150+124=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #1C967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C967C is #E36983. Grayscale: #6E6E6E. Windows color (decimal): -14903684 or 8164892. OLE color: 8164892.

HSL color Cylindrical-coordinate representation of color #1C967C: hue angle of 167.21º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C967C is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 150 124 -
CMYK 0.81 0 0.17 0.41
HSL 167.21º 0.69% 0.35% -
HSV(B) 167.21º 0.81% 0.59% -
XYZ 15.02 23.51 22.82 -
YUV 110.56 135.58 69.11 -
System Red Green Blue C M Y K H S L
Decimal 28 150 124 0.81 0 0.17 0.41 167.21 0.69 0.35
Hex 1C 96 7C 51 0 11 29 A7 45 23
Octal 34 226 174 121 0 21 51 247 105 43
Binary 11100 10010110 1111100 1010001 0 10001 101001 10100111 1000101 100011

Color Harmonies of #1C967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C967C

Black with #1C967C

Text Example


Text Example

White with #1C967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,150,124); }

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

background-color css

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

 a { background-color: rgb(28,150,124); }

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

border-color css

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

 span { border-color: rgb(28,150,124); }

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