Html Css Color HEX #149474 Elf Green

📋 copy color: '#149474'

red 20 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #149474

Tints of Elf Green #149474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 7.04%
G = 52.11%
B = 40.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#149474 (or 0x149474) is known color: Elf Green. HEX triplet: 14, 94 and 74. RGB value is (20,148,116). Sum of RGB (Red+Green+Blue) = 20+148+116=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #149474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149474 is #EB6B8B. Grayscale: #6A6A6A. Windows color (decimal): -15428492 or 7640084. OLE color: 7640084.

HSL color Cylindrical-coordinate representation of color #149474: hue angle of 165º 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 #149474 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 116 -
CMYK 0.86 0 0.22 0.42
HSL 165º 0.76% 0.33% -
HSV(B) 165º 0.86% 0.58% -
XYZ 14.03 22.59 20.14 -
YUV 106.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 20 148 116 0.86 0 0.22 0.42 165 0.76 0.33
Hex 14 94 74 56 0 16 2A A5 4C 21
Octal 24 224 164 126 0 26 52 245 114 41
Binary 10100 10010100 1110100 1010110 0 10110 101010 10100101 1001100 100001

Color Harmonies of #149474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149474

Black with #149474

Text Example


Text Example

White with #149474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149474; }

 p { color: rgb(20,148,116); }

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

background-color css

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

 a { background-color: rgb(20,148,116); }

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

border-color css

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

 span { border-color: rgb(20,148,116); }

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