Html Css Color HEX #1A8574 Elf Green

📋 copy color: '#1A8574'

red 26 ◦ green 133 ◦ blue 116

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

Shades of Elf Green #1A8574

Tints of Elf Green #1A8574

RGB

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

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

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

R = 9.45%
G = 48.36%
B = 42.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#1A8574 (or 0x1A8574) is known color: Elf Green. HEX triplet: 1A, 85 and 74. RGB value is (26,133,116). Sum of RGB (Red+Green+Blue) = 26+133+116=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8574 is #E57A8B. Grayscale: #636363. Windows color (decimal): -15039116 or 7636250. OLE color: 7636250.

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

Color convert

RGB 26 133 116 -
CMYK 0.80 0 0.13 0.48
HSL 170.47º 0.67% 0.31% -
HSV(B) 170.47º 0.8% 0.52% -
XYZ 11.97 18.26 19.42 -
YUV 99.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 26 133 116 0.80 0 0.13 0.48 170.47 0.67 0.31
Hex 1A 85 74 50 0 D 30 AA 43 1F
Octal 32 205 164 120 0 15 60 252 103 37
Binary 11010 10000101 1110100 1010000 0 1101 110000 10101010 1000011 11111

Color Harmonies of #1A8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8574

Black with #1A8574

Text Example


Text Example

White with #1A8574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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