Html Css Color HEX #1A9378 Elf Green

📋 copy color: '#1A9378'

red 26 ◦ green 147 ◦ blue 120

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

Shades of Elf Green #1A9378

Tints of Elf Green #1A9378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 8.87%
G = 50.17%
B = 40.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#1A9378 (or 0x1A9378) is known color: Elf Green. HEX triplet: 1A, 93 and 78. RGB value is (26,147,120). Sum of RGB (Red+Green+Blue) = 26+147+120=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9378 is #E56C87. Grayscale: #6B6B6B. Windows color (decimal): -15035528 or 7901978. OLE color: 7901978.

HSL color Cylindrical-coordinate representation of color #1A9378: hue angle of 166.61º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9378 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 26 147 120 -
CMYK 0.82 0 0.18 0.42
HSL 166.61º 0.7% 0.34% -
HSV(B) 166.61º 0.82% 0.58% -
XYZ 14.25 22.44 21.35 -
YUV 107.74 134.91 69.7 -
System Red Green Blue C M Y K H S L
Decimal 26 147 120 0.82 0 0.18 0.42 166.61 0.7 0.34
Hex 1A 93 78 52 0 12 2A A7 46 22
Octal 32 223 170 122 0 22 52 247 106 42
Binary 11010 10010011 1111000 1010010 0 10010 101010 10100111 1000110 100010

Color Harmonies of #1A9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9378

Black with #1A9378

Text Example


Text Example

White with #1A9378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,147,120); }

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

background-color css

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

 a { background-color: rgb(26,147,120); }

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

border-color css

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

 span { border-color: rgb(26,147,120); }

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