Html Css Color HEX #1A9970 Elf Green

📋 copy color: '#1A9970'

red 26 ◦ green 153 ◦ blue 112

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

Shades of Elf Green #1A9970

Tints of Elf Green #1A9970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

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

R = 8.93%
G = 52.58%
B = 38.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#1A9970 (or 0x1A9970) is known color: Elf Green. HEX triplet: 1A, 99 and 70. RGB value is (26,153,112). Sum of RGB (Red+Green+Blue) = 26+153+112=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9970 is #E5668F. Grayscale: #6E6E6E. Windows color (decimal): -15034000 or 7379226. OLE color: 7379226.

HSL color Cylindrical-coordinate representation of color #1A9970: hue angle of 160.63º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9970 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 153 112 -
CMYK 0.83 0 0.27 0.4
HSL 160.63º 0.71% 0.35% -
HSV(B) 160.63º 0.83% 0.6% -
XYZ 14.74 24.17 19.22 -
YUV 110.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 26 153 112 0.83 0 0.27 0.4 160.63 0.71 0.35
Hex 1A 99 70 53 0 1B 28 A1 47 23
Octal 32 231 160 123 0 33 50 241 107 43
Binary 11010 10011001 1110000 1010011 0 11011 101000 10100001 1000111 100011

Color Harmonies of #1A9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9970

Black with #1A9970

Text Example


Text Example

White with #1A9970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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