Html Css Color HEX #1A967C Elf Green

📋 copy color: '#1A967C'

red 26 ◦ green 150 ◦ blue 124

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

Shades of Elf Green #1A967C

Tints of Elf Green #1A967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 8.67%
G = 50%
B = 41.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#1A967C (or 0x1A967C) is known color: Elf Green. HEX triplet: 1A, 96 and 7C. RGB value is (26,150,124). Sum of RGB (Red+Green+Blue) = 26+150+124=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #1A967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A967C is #E56983. Grayscale: #6D6D6D. Windows color (decimal): -15034756 or 8164890. OLE color: 8164890.

HSL color Cylindrical-coordinate representation of color #1A967C: hue angle of 167.42º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A967C is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 26 150 124 -
CMYK 0.83 0 0.17 0.41
HSL 167.42º 0.7% 0.35% -
HSV(B) 167.42º 0.83% 0.59% -
XYZ 14.97 23.49 22.81 -
YUV 109.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 26 150 124 0.83 0 0.17 0.41 167.42 0.7 0.35
Hex 1A 96 7C 53 0 11 29 A7 46 23
Octal 32 226 174 123 0 21 51 247 106 43
Binary 11010 10010110 1111100 1010011 0 10001 101001 10100111 1000110 100011

Color Harmonies of #1A967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A967C

Black with #1A967C

Text Example


Text Example

White with #1A967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,150,124); }

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

background-color css

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

 a { background-color: rgb(26,150,124); }

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

border-color css

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

 span { border-color: rgb(26,150,124); }

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