Html Css Color HEX #1A8E76 Elf Green

📋 copy color: '#1A8E76'

red 26 ◦ green 142 ◦ blue 118

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

Shades of Elf Green #1A8E76

Tints of Elf Green #1A8E76

RGB

 RED value IS 26 (10.55% from 255) = 9.09%

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

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

R = 9.09%
G = 49.65%
B = 41.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#1A8E76 (or 0x1A8E76) is known color: Elf Green. HEX triplet: 1A, 8E and 76. RGB value is (26,142,118). Sum of RGB (Red+Green+Blue) = 26+142+118=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8E76 is #E57189. Grayscale: #686868. Windows color (decimal): -15036810 or 7769626. OLE color: 7769626.

HSL color Cylindrical-coordinate representation of color #1A8E76: hue angle of 167.59º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E76 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 26 142 118 -
CMYK 0.82 0 0.17 0.44
HSL 167.59º 0.69% 0.33% -
HSV(B) 167.59º 0.82% 0.56% -
XYZ 13.37 20.87 20.46 -
YUV 104.58 135.57 71.95 -
System Red Green Blue C M Y K H S L
Decimal 26 142 118 0.82 0 0.17 0.44 167.59 0.69 0.33
Hex 1A 8E 76 52 0 11 2C A8 45 21
Octal 32 216 166 122 0 21 54 250 105 41
Binary 11010 10001110 1110110 1010010 0 10001 101100 10101000 1000101 100001

Color Harmonies of #1A8E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8E76

Black with #1A8E76

Text Example


Text Example

White with #1A8E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,142,118); }

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

background-color css

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

 a { background-color: rgb(26,142,118); }

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

border-color css

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

 span { border-color: rgb(26,142,118); }

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