Html Css Color HEX #1AA070 Elf Green

📋 copy color: '#1AA070'

red 26 ◦ green 160 ◦ blue 112

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

Shades of Elf Green #1AA070

Tints of Elf Green #1AA070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.69%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 8.72%
G = 53.69%
B = 37.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#1AA070 (or 0x1AA070) is known color: Elf Green. HEX triplet: 1A, A0 and 70. RGB value is (26,160,112). Sum of RGB (Red+Green+Blue) = 26+160+112=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA070 is #E55F8F. Grayscale: #727272. Windows color (decimal): -15032208 or 7381018. OLE color: 7381018.

HSL color Cylindrical-coordinate representation of color #1AA070: hue angle of 158.51º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA070 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 160 112 -
CMYK 0.84 0 0.30 0.37
HSL 158.51º 0.72% 0.36% -
HSV(B) 158.51º 0.84% 0.63% -
XYZ 15.92 26.53 19.61 -
YUV 114.46 126.61 64.9 -
System Red Green Blue C M Y K H S L
Decimal 26 160 112 0.84 0 0.30 0.37 158.51 0.72 0.36
Hex 1A A0 70 54 0 1E 25 9F 48 24
Octal 32 240 160 124 0 36 45 237 110 44
Binary 11010 10100000 1110000 1010100 0 11110 100101 10011111 1001000 100100

Color Harmonies of #1AA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA070

Black with #1AA070

Text Example


Text Example

White with #1AA070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,160,112); }

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

background-color css

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

 a { background-color: rgb(26,160,112); }

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

border-color css

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

 span { border-color: rgb(26,160,112); }

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