Html Css Color HEX #1A9A7D Elf Green

📋 copy color: '#1A9A7D'

red 26 ◦ green 154 ◦ blue 125

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

Shades of Elf Green #1A9A7D

Tints of Elf Green #1A9A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.49%

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 8.52%
G = 50.49%
B = 40.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#1A9A7D (or 0x1A9A7D) is known color: Elf Green. HEX triplet: 1A, 9A and 7D. RGB value is (26,154,125). Sum of RGB (Red+Green+Blue) = 26+154+125=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #1A9A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9A7D is #E56582. Grayscale: #707070. Windows color (decimal): -15033731 or 8231450. OLE color: 8231450.

HSL color Cylindrical-coordinate representation of color #1A9A7D: hue angle of 166.41º 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 #1A9A7D is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 26 154 125 -
CMYK 0.83 0 0.19 0.40
HSL 166.41º 0.71% 0.35% -
HSV(B) 166.41º 0.83% 0.6% -
XYZ 15.68 24.81 23.36 -
YUV 112.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 26 154 125 0.83 0 0.19 0.40 166.41 0.71 0.35
Hex 1A 9A 7D 53 0 13 28 A6 47 23
Octal 32 232 175 123 0 23 50 246 107 43
Binary 11010 10011010 1111101 1010011 0 10011 101000 10100110 1000111 100011

Color Harmonies of #1A9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9A7D

Black with #1A9A7D

Text Example


Text Example

White with #1A9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,154,125); }

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

background-color css

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

 a { background-color: rgb(26,154,125); }

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

border-color css

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

 span { border-color: rgb(26,154,125); }

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