Html Css Color HEX #149667 Elf Green

📋 copy color: '#149667'

red 20 ◦ green 150 ◦ blue 103

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

Shades of Elf Green #149667

Tints of Elf Green #149667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 7.33%
G = 54.95%
B = 37.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#149667 (or 0x149667) is known color: Elf Green. HEX triplet: 14, 96 and 67. RGB value is (20,150,103). Sum of RGB (Red+Green+Blue) = 20+150+103=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #149667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149667 is #EB6998. Grayscale: #696969. Windows color (decimal): -15427993 or 6788628. OLE color: 6788628.

HSL color Cylindrical-coordinate representation of color #149667: hue angle of 158.31º 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 #149667 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 103 -
CMYK 0.87 0 0.31 0.41
HSL 158.31º 0.76% 0.33% -
HSV(B) 158.31º 0.87% 0.59% -
XYZ 13.64 22.94 16.54 -
YUV 105.77 126.43 66.82 -
System Red Green Blue C M Y K H S L
Decimal 20 150 103 0.87 0 0.31 0.41 158.31 0.76 0.33
Hex 14 96 67 57 0 1F 29 9E 4C 21
Octal 24 226 147 127 0 37 51 236 114 41
Binary 10100 10010110 1100111 1010111 0 11111 101001 10011110 1001100 100001

Color Harmonies of #149667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149667

Black with #149667

Text Example


Text Example

White with #149667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149667; }

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

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

background-color css

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

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

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

border-color css

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

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

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