Html Css Color HEX #149675 Elf Green

📋 copy color: '#149675'

red 20 ◦ green 150 ◦ blue 117

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

Shades of Elf Green #149675

Tints of Elf Green #149675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.26%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 6.97%
G = 52.26%
B = 40.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#149675 (or 0x149675) is known color: Elf Green. HEX triplet: 14, 96 and 75. RGB value is (20,150,117). Sum of RGB (Red+Green+Blue) = 20+150+117=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #149675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149675 is #EB698A. Grayscale: #6B6B6B. Windows color (decimal): -15427979 or 7706132. OLE color: 7706132.

HSL color Cylindrical-coordinate representation of color #149675: hue angle of 164.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149675 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 117 -
CMYK 0.87 0 0.22 0.41
HSL 164.77º 0.76% 0.33% -
HSV(B) 164.77º 0.87% 0.59% -
XYZ 14.41 23.25 20.56 -
YUV 107.37 133.43 65.68 -
System Red Green Blue C M Y K H S L
Decimal 20 150 117 0.87 0 0.22 0.41 164.77 0.76 0.33
Hex 14 96 75 57 0 16 29 A5 4C 21
Octal 24 226 165 127 0 26 51 245 114 41
Binary 10100 10010110 1110101 1010111 0 10110 101001 10100101 1001100 100001

Color Harmonies of #149675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149675

Black with #149675

Text Example


Text Example

White with #149675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149675; }

 p { color: rgb(20,150,117); }

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

background-color css

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

 a { background-color: rgb(20,150,117); }

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

border-color css

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

 span { border-color: rgb(20,150,117); }

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