Html Css Color HEX #1A9675 Elf Green

📋 copy color: '#1A9675'

red 26 ◦ green 150 ◦ blue 117

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

Shades of Elf Green #1A9675

Tints of Elf Green #1A9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.19%

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 8.87%
G = 51.19%
B = 39.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#1A9675 (or 0x1A9675) is known color: Elf Green. HEX triplet: 1A, 96 and 75. RGB value is (26,150,117). Sum of RGB (Red+Green+Blue) = 26+150+117=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #1A9675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9675 is #E5698A. Grayscale: #6D6D6D. Windows color (decimal): -15034763 or 7706138. OLE color: 7706138.

HSL color Cylindrical-coordinate representation of color #1A9675: hue angle of 164.03º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9675 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 26 150 117 -
CMYK 0.83 0 0.22 0.41
HSL 164.03º 0.7% 0.35% -
HSV(B) 164.03º 0.83% 0.59% -
XYZ 14.54 23.32 20.56 -
YUV 109.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 26 150 117 0.83 0 0.22 0.41 164.03 0.7 0.35
Hex 1A 96 75 53 0 16 29 A4 46 23
Octal 32 226 165 123 0 26 51 244 106 43
Binary 11010 10010110 1110101 1010011 0 10110 101001 10100100 1000110 100011

Color Harmonies of #1A9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9675

Black with #1A9675

Text Example


Text Example

White with #1A9675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,150,117); }

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

background-color css

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

 a { background-color: rgb(26,150,117); }

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

border-color css

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

 span { border-color: rgb(26,150,117); }

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