Html Css Color HEX #1A8D7F Elf Green

📋 copy color: '#1A8D7F'

red 26 ◦ green 141 ◦ blue 127

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

Shades of Elf Green #1A8D7F

Tints of Elf Green #1A8D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.96%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 8.84%
G = 47.96%
B = 43.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#1A8D7F (or 0x1A8D7F) is known color: Elf Green. HEX triplet: 1A, 8D and 7F. RGB value is (26,141,127). Sum of RGB (Red+Green+Blue) = 26+141+127=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8D7F is #E57280. Grayscale: #686868. Windows color (decimal): -15037057 or 8359194. OLE color: 8359194.

HSL color Cylindrical-coordinate representation of color #1A8D7F: hue angle of 172.7º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8D7F is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 141 127 -
CMYK 0.82 0 0.10 0.45
HSL 172.7º 0.69% 0.33% -
HSV(B) 172.7º 0.82% 0.55% -
XYZ 13.78 20.8 23.37 -
YUV 105.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 26 141 127 0.82 0 0.10 0.45 172.7 0.69 0.33
Hex 1A 8D 7F 52 0 A 2D AD 45 21
Octal 32 215 177 122 0 12 55 255 105 41
Binary 11010 10001101 1111111 1010010 0 1010 101101 10101101 1000101 100001

Color Harmonies of #1A8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8D7F

Black with #1A8D7F

Text Example


Text Example

White with #1A8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,141,127); }

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

background-color css

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

 a { background-color: rgb(26,141,127); }

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

border-color css

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

 span { border-color: rgb(26,141,127); }

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