Html Css Color HEX #149361 Elf Green

📋 copy color: '#149361'

red 20 ◦ green 147 ◦ blue 97

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

Shades of Elf Green #149361

Tints of Elf Green #149361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.68%

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 7.58%
G = 55.68%
B = 36.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#149361 (or 0x149361) is known color: Elf Green. HEX triplet: 14, 93 and 61. RGB value is (20,147,97). Sum of RGB (Red+Green+Blue) = 20+147+97=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #149361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149361 is #EB6C9E. Grayscale: #676767. Windows color (decimal): -15428767 or 6394644. OLE color: 6394644.

HSL color Cylindrical-coordinate representation of color #149361: hue angle of 156.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149361 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 97 -
CMYK 0.86 0 0.34 0.42
HSL 156.38º 0.76% 0.33% -
HSV(B) 156.38º 0.86% 0.58% -
XYZ 12.88 21.88 14.85 -
YUV 103.33 124.42 68.57 -
System Red Green Blue C M Y K H S L
Decimal 20 147 97 0.86 0 0.34 0.42 156.38 0.76 0.33
Hex 14 93 61 56 0 22 2A 9C 4C 21
Octal 24 223 141 126 0 42 52 234 114 41
Binary 10100 10010011 1100001 1010110 0 100010 101010 10011100 1001100 100001

Color Harmonies of #149361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149361

Black with #149361

Text Example


Text Example

White with #149361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149361; }

 p { color: rgb(20,147,97); }

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

background-color css

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

 a { background-color: rgb(20,147,97); }

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

border-color css

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

 span { border-color: rgb(20,147,97); }

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