Html Css Color HEX #1A8270 Elf Green

📋 copy color: '#1A8270'

red 26 ◦ green 130 ◦ blue 112

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

Shades of Elf Green #1A8270

Tints of Elf Green #1A8270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

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

R = 9.7%
G = 48.51%
B = 41.79%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#1A8270 (or 0x1A8270) is known color: Elf Green. HEX triplet: 1A, 82 and 70. RGB value is (26,130,112). Sum of RGB (Red+Green+Blue) = 26+130+112=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8270 is #E57D8F. Grayscale: #606060. Windows color (decimal): -15039888 or 7373338. OLE color: 7373338.

HSL color Cylindrical-coordinate representation of color #1A8270: hue angle of 169.62º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8270 is Cyan = 0.8, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 130 112 -
CMYK 0.8 0 0.14 0.49
HSL 169.62º 0.67% 0.31% -
HSV(B) 169.62º 0.8% 0.51% -
XYZ 11.33 17.35 18.08 -
YUV 96.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 26 130 112 0.8 0 0.14 0.49 169.62 0.67 0.31
Hex 1A 82 70 50 0 E 31 AA 43 1F
Octal 32 202 160 120 0 16 61 252 103 37
Binary 11010 10000010 1110000 1010000 0 1110 110001 10101010 1000011 11111

Color Harmonies of #1A8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8270

Black with #1A8270

Text Example


Text Example

White with #1A8270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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