Html Css Color HEX #1A8576 Elf Green

📋 copy color: '#1A8576'

red 26 ◦ green 133 ◦ blue 118

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

Shades of Elf Green #1A8576

Tints of Elf Green #1A8576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.01%

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

R = 9.39%
G = 48.01%
B = 42.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#1A8576 (or 0x1A8576) is known color: Elf Green. HEX triplet: 1A, 85 and 76. RGB value is (26,133,118). Sum of RGB (Red+Green+Blue) = 26+133+118=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8576 is #E57A89. Grayscale: #636363. Windows color (decimal): -15039114 or 7767322. OLE color: 7767322.

HSL color Cylindrical-coordinate representation of color #1A8576: hue angle of 171.59º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8576 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 118 -
CMYK 0.80 0 0.11 0.48
HSL 171.59º 0.67% 0.31% -
HSV(B) 171.59º 0.8% 0.52% -
XYZ 12.08 18.3 20.04 -
YUV 99.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 26 133 118 0.80 0 0.11 0.48 171.59 0.67 0.31
Hex 1A 85 76 50 0 B 30 AC 43 1F
Octal 32 205 166 120 0 13 60 254 103 37
Binary 11010 10000101 1110110 1010000 0 1011 110000 10101100 1000011 11111

Color Harmonies of #1A8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8576

Black with #1A8576

Text Example


Text Example

White with #1A8576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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