Html Css Color HEX #1C8A77 Elf Green

📋 copy color: '#1C8A77'

red 28 ◦ green 138 ◦ blue 119

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

Shades of Elf Green #1C8A77

Tints of Elf Green #1C8A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 9.82%
G = 48.42%
B = 41.75%

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

#1C8A77 (or 0x1C8A77) is known color: Elf Green. HEX triplet: 1C, 8A and 77. RGB value is (28,138,119). Sum of RGB (Red+Green+Blue) = 28+138+119=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A77 is #E37588. Grayscale: #666666. Windows color (decimal): -14906761 or 7834140. OLE color: 7834140.

HSL color Cylindrical-coordinate representation of color #1C8A77: hue angle of 169.64º 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 #1C8A77 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 138 119 -
CMYK 0.80 0 0.14 0.46
HSL 169.64º 0.66% 0.33% -
HSV(B) 169.64º 0.8% 0.54% -
XYZ 12.9 19.76 20.59 -
YUV 102.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 28 138 119 0.80 0 0.14 0.46 169.64 0.66 0.33
Hex 1C 8A 77 50 0 E 2E AA 42 21
Octal 34 212 167 120 0 16 56 252 102 41
Binary 11100 10001010 1110111 1010000 0 1110 101110 10101010 1000010 100001

Color Harmonies of #1C8A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8A77

Black with #1C8A77

Text Example


Text Example

White with #1C8A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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