Html Css Color HEX #1A8474 Elf Green

📋 copy color: '#1A8474'

red 26 ◦ green 132 ◦ blue 116

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

Shades of Elf Green #1A8474

Tints of Elf Green #1A8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.18%

 BLUE value IS 116 (45.7% from 255) = 42.34%

R = 9.49%
G = 48.18%
B = 42.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#1A8474 (or 0x1A8474) is known color: Elf Green. HEX triplet: 1A, 84 and 74. RGB value is (26,132,116). Sum of RGB (Red+Green+Blue) = 26+132+116=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8474 is #E57B8B. Grayscale: #626262. Windows color (decimal): -15039372 or 7635994. OLE color: 7635994.

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

Color convert

RGB 26 132 116 -
CMYK 0.80 0 0.12 0.48
HSL 170.94º 0.67% 0.31% -
HSV(B) 170.94º 0.8% 0.52% -
XYZ 11.83 17.98 19.37 -
YUV 98.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 26 132 116 0.80 0 0.12 0.48 170.94 0.67 0.31
Hex 1A 84 74 50 0 C 30 AB 43 1F
Octal 32 204 164 120 0 14 60 253 103 37
Binary 11010 10000100 1110100 1010000 0 1100 110000 10101011 1000011 11111

Color Harmonies of #1A8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8474

Black with #1A8474

Text Example


Text Example

White with #1A8474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,132,116); }

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

background-color css

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

 a { background-color: rgb(26,132,116); }

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

border-color css

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

 span { border-color: rgb(26,132,116); }

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