Html Css Color HEX #1A957C Elf Green

📋 copy color: '#1A957C'

red 26 ◦ green 149 ◦ blue 124

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

Shades of Elf Green #1A957C

Tints of Elf Green #1A957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

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

R = 8.7%
G = 49.83%
B = 41.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#1A957C (or 0x1A957C) is known color: Elf Green. HEX triplet: 1A, 95 and 7C. RGB value is (26,149,124). Sum of RGB (Red+Green+Blue) = 26+149+124=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #1A957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A957C is #E56A83. Grayscale: #6D6D6D. Windows color (decimal): -15035012 or 8164634. OLE color: 8164634.

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

Color convert

RGB 26 149 124 -
CMYK 0.83 0 0.17 0.42
HSL 167.8º 0.7% 0.34% -
HSV(B) 167.8º 0.83% 0.58% -
XYZ 14.81 23.17 22.76 -
YUV 109.37 136.25 68.53 -
System Red Green Blue C M Y K H S L
Decimal 26 149 124 0.83 0 0.17 0.42 167.8 0.7 0.34
Hex 1A 95 7C 53 0 11 2A A8 46 22
Octal 32 225 174 123 0 21 52 250 106 42
Binary 11010 10010101 1111100 1010011 0 10001 101010 10101000 1000110 100010

Color Harmonies of #1A957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A957C

Black with #1A957C

Text Example


Text Example

White with #1A957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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