Html Css Color HEX #1A996D Elf Green

📋 copy color: '#1A996D'

red 26 ◦ green 153 ◦ blue 109

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

Shades of Elf Green #1A996D

Tints of Elf Green #1A996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 9.03%
G = 53.13%
B = 37.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#1A996D (or 0x1A996D) is known color: Elf Green. HEX triplet: 1A, 99 and 6D. RGB value is (26,153,109). Sum of RGB (Red+Green+Blue) = 26+153+109=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #1A996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A996D is #E56692. Grayscale: #6E6E6E. Windows color (decimal): -15034003 or 7182618. OLE color: 7182618.

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

Color convert

RGB 26 153 109 -
CMYK 0.83 0 0.29 0.4
HSL 159.21º 0.71% 0.35% -
HSV(B) 159.21º 0.83% 0.6% -
XYZ 14.58 24.11 18.35 -
YUV 110.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 26 153 109 0.83 0 0.29 0.4 159.21 0.71 0.35
Hex 1A 99 6D 53 0 1D 28 9F 47 23
Octal 32 231 155 123 0 35 50 237 107 43
Binary 11010 10011001 1101101 1010011 0 11101 101000 10011111 1000111 100011

Color Harmonies of #1A996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A996D

Black with #1A996D

Text Example


Text Example

White with #1A996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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