Html Css Color HEX #149180 Elf Green

📋 copy color: '#149180'

red 20 ◦ green 145 ◦ blue 128

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

Shades of Elf Green #149180

Tints of Elf Green #149180

RGB

 RED value IS 20 (8.2% from 255) = 6.83%

 GREEN value IS 145 (57.03% from 255) = 49.49%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 6.83%
G = 49.49%
B = 43.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#149180 (or 0x149180) is known color: Elf Green. HEX triplet: 14, 91 and 80. RGB value is (20,145,128). Sum of RGB (Red+Green+Blue) = 20+145+128=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #149180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149180 is #EB6E7F. Grayscale: #696969. Windows color (decimal): -15429248 or 8425748. OLE color: 8425748.

HSL color Cylindrical-coordinate representation of color #149180: hue angle of 171.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149180 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 128 -
CMYK 0.86 0 0.12 0.43
HSL 171.84º 0.76% 0.32% -
HSV(B) 171.84º 0.86% 0.57% -
XYZ 14.31 21.96 23.91 -
YUV 105.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 20 145 128 0.86 0 0.12 0.43 171.84 0.76 0.32
Hex 14 91 80 56 0 C 2B AC 4C 20
Octal 24 221 200 126 0 14 53 254 114 40
Binary 10100 10010001 10000000 1010110 0 1100 101011 10101100 1001100 100000

Color Harmonies of #149180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149180

Black with #149180

Text Example


Text Example

White with #149180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149180; }

 p { color: rgb(20,145,128); }

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

background-color css

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

 a { background-color: rgb(20,145,128); }

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

border-color css

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

 span { border-color: rgb(20,145,128); }

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