Html Css Color HEX #1C8A76 Elf Green

📋 copy color: '#1C8A76'

red 28 ◦ green 138 ◦ blue 118

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

Shades of Elf Green #1C8A76

Tints of Elf Green #1C8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.59%

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 9.86%
G = 48.59%
B = 41.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#1C8A76 (or 0x1C8A76) is known color: Elf Green. HEX triplet: 1C, 8A and 76. RGB value is (28,138,118). Sum of RGB (Red+Green+Blue) = 28+138+118=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A76 is #E37589. Grayscale: #666666. Windows color (decimal): -14906762 or 7768604. OLE color: 7768604.

HSL color Cylindrical-coordinate representation of color #1C8A76: hue angle of 169.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A76 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 138 118 -
CMYK 0.80 0 0.14 0.46
HSL 169.09º 0.66% 0.33% -
HSV(B) 169.09º 0.8% 0.54% -
XYZ 12.84 19.73 20.27 -
YUV 102.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 28 138 118 0.80 0 0.14 0.46 169.09 0.66 0.33
Hex 1C 8A 76 50 0 E 2E A9 42 21
Octal 34 212 166 120 0 16 56 251 102 41
Binary 11100 10001010 1110110 1010000 0 1110 101110 10101001 1000010 100001

Color Harmonies of #1C8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8A76

Black with #1C8A76

Text Example


Text Example

White with #1C8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,138,118); }

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

background-color css

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

 a { background-color: rgb(28,138,118); }

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

border-color css

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

 span { border-color: rgb(28,138,118); }

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