Html Css Color HEX #1A997E Elf Green

📋 copy color: '#1A997E'

red 26 ◦ green 153 ◦ blue 126

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

Shades of Elf Green #1A997E

Tints of Elf Green #1A997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 8.52%
G = 50.16%
B = 41.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#1A997E (or 0x1A997E) is known color: Elf Green. HEX triplet: 1A, 99 and 7E. RGB value is (26,153,126). Sum of RGB (Red+Green+Blue) = 26+153+126=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #1A997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A997E is #E56681. Grayscale: #6F6F6F. Windows color (decimal): -15033986 or 8296730. OLE color: 8296730.

HSL color Cylindrical-coordinate representation of color #1A997E: hue angle of 167.24º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A997E is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 153 126 -
CMYK 0.83 0 0.18 0.4
HSL 167.24º 0.71% 0.35% -
HSV(B) 167.24º 0.83% 0.6% -
XYZ 15.58 24.51 23.65 -
YUV 111.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 26 153 126 0.83 0 0.18 0.4 167.24 0.71 0.35
Hex 1A 99 7E 53 0 12 28 A7 47 23
Octal 32 231 176 123 0 22 50 247 107 43
Binary 11010 10011001 1111110 1010011 0 10010 101000 10100111 1000111 100011

Color Harmonies of #1A997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A997E

Black with #1A997E

Text Example


Text Example

White with #1A997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,153,126); }

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

background-color css

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

 a { background-color: rgb(26,153,126); }

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

border-color css

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

 span { border-color: rgb(26,153,126); }

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