Html Css Color HEX #1A996E Elf Green

📋 copy color: '#1A996E'

red 26 ◦ green 153 ◦ blue 110

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

Shades of Elf Green #1A996E

Tints of Elf Green #1A996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 9%
G = 52.94%
B = 38.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#1A996E (or 0x1A996E) is known color: Elf Green. HEX triplet: 1A, 99 and 6E. RGB value is (26,153,110). Sum of RGB (Red+Green+Blue) = 26+153+110=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #1A996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A996E is #E56691. Grayscale: #6E6E6E. Windows color (decimal): -15034002 or 7248154. OLE color: 7248154.

HSL color Cylindrical-coordinate representation of color #1A996E: hue angle of 159.69º 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 #1A996E is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 153 110 -
CMYK 0.83 0 0.28 0.4
HSL 159.69º 0.71% 0.35% -
HSV(B) 159.69º 0.83% 0.6% -
XYZ 14.63 24.13 18.64 -
YUV 110.13 127.92 68 -
System Red Green Blue C M Y K H S L
Decimal 26 153 110 0.83 0 0.28 0.4 159.69 0.71 0.35
Hex 1A 99 6E 53 0 1C 28 A0 47 23
Octal 32 231 156 123 0 34 50 240 107 43
Binary 11010 10011001 1101110 1010011 0 11100 101000 10100000 1000111 100011

Color Harmonies of #1A996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A996E

Black with #1A996E

Text Example


Text Example

White with #1A996E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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