Html Css Color HEX #1C8E60 Elf Green

📋 copy color: '#1C8E60'

red 28 ◦ green 142 ◦ blue 96

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

Shades of Elf Green #1C8E60

Tints of Elf Green #1C8E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.38%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 10.53%
G = 53.38%
B = 36.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#1C8E60 (or 0x1C8E60) is known color: Elf Green. HEX triplet: 1C, 8E and 60. RGB value is (28,142,96). Sum of RGB (Red+Green+Blue) = 28+142+96=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8E60 is #E3719F. Grayscale: #666666. Windows color (decimal): -14905760 or 6327836. OLE color: 6327836.

HSL color Cylindrical-coordinate representation of color #1C8E60: hue angle of 155.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8E60 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 142 96 -
CMYK 0.80 0 0.32 0.44
HSL 155.79º 0.67% 0.33% -
HSV(B) 155.79º 0.8% 0.56% -
XYZ 12.26 20.44 14.36 -
YUV 102.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 28 142 96 0.80 0 0.32 0.44 155.79 0.67 0.33
Hex 1C 8E 60 50 0 20 2C 9C 43 21
Octal 34 216 140 120 0 40 54 234 103 41
Binary 11100 10001110 1100000 1010000 0 100000 101100 10011100 1000011 100001

Color Harmonies of #1C8E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8E60

Black with #1C8E60

Text Example


Text Example

White with #1C8E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,142,96); }

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

background-color css

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

 a { background-color: rgb(28,142,96); }

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

border-color css

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

 span { border-color: rgb(28,142,96); }

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