Html Css Color HEX #1A8A70 Elf Green

📋 copy color: '#1A8A70'

red 26 ◦ green 138 ◦ blue 112

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

Shades of Elf Green #1A8A70

Tints of Elf Green #1A8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50%

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

R = 9.42%
G = 50%
B = 40.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#1A8A70 (or 0x1A8A70) is known color: Elf Green. HEX triplet: 1A, 8A and 70. RGB value is (26,138,112). Sum of RGB (Red+Green+Blue) = 26+138+112=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8A70 is #E5758F. Grayscale: #656565. Windows color (decimal): -15037840 or 7375386. OLE color: 7375386.

HSL color Cylindrical-coordinate representation of color #1A8A70: hue angle of 166.07º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8A70 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 138 112 -
CMYK 0.81 0 0.19 0.46
HSL 166.07º 0.68% 0.32% -
HSV(B) 166.07º 0.81% 0.54% -
XYZ 12.44 19.57 18.45 -
YUV 101.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 26 138 112 0.81 0 0.19 0.46 166.07 0.68 0.32
Hex 1A 8A 70 51 0 13 2E A6 44 20
Octal 32 212 160 121 0 23 56 246 104 40
Binary 11010 10001010 1110000 1010001 0 10011 101110 10100110 1000100 100000

Color Harmonies of #1A8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8A70

Black with #1A8A70

Text Example


Text Example

White with #1A8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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