Html Css Color HEX #1A956A Elf Green

📋 copy color: '#1A956A'

red 26 ◦ green 149 ◦ blue 106

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

Shades of Elf Green #1A956A

Tints of Elf Green #1A956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 9.25%
G = 53.02%
B = 37.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#1A956A (or 0x1A956A) is known color: Elf Green. HEX triplet: 1A, 95 and 6A. RGB value is (26,149,106). Sum of RGB (Red+Green+Blue) = 26+149+106=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #1A956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A956A is #E56A95. Grayscale: #6B6B6B. Windows color (decimal): -15035030 or 6984986. OLE color: 6984986.

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

Color convert

RGB 26 149 106 -
CMYK 0.83 0 0.29 0.42
HSL 159.02º 0.7% 0.34% -
HSV(B) 159.02º 0.83% 0.58% -
XYZ 13.77 22.76 17.3 -
YUV 107.32 127.25 70 -
System Red Green Blue C M Y K H S L
Decimal 26 149 106 0.83 0 0.29 0.42 159.02 0.7 0.34
Hex 1A 95 6A 53 0 1D 2A 9F 46 22
Octal 32 225 152 123 0 35 52 237 106 42
Binary 11010 10010101 1101010 1010011 0 11101 101010 10011111 1000110 100010

Color Harmonies of #1A956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A956A

Black with #1A956A

Text Example


Text Example

White with #1A956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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