Html Css Color HEX #149466 Elf Green

📋 copy color: '#149466'

red 20 ◦ green 148 ◦ blue 102

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

Shades of Elf Green #149466

Tints of Elf Green #149466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 7.41%
G = 54.81%
B = 37.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#149466 (or 0x149466) is known color: Elf Green. HEX triplet: 14, 94 and 66. RGB value is (20,148,102). Sum of RGB (Red+Green+Blue) = 20+148+102=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #149466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149466 is #EB6B99. Grayscale: #686868. Windows color (decimal): -15428506 or 6722580. OLE color: 6722580.

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

Color convert

RGB 20 148 102 -
CMYK 0.86 0 0.31 0.42
HSL 158.44º 0.76% 0.33% -
HSV(B) 158.44º 0.86% 0.58% -
XYZ 13.28 22.29 16.17 -
YUV 104.48 126.59 67.74 -
System Red Green Blue C M Y K H S L
Decimal 20 148 102 0.86 0 0.31 0.42 158.44 0.76 0.33
Hex 14 94 66 56 0 1F 2A 9E 4C 21
Octal 24 224 146 126 0 37 52 236 114 41
Binary 10100 10010100 1100110 1010110 0 11111 101010 10011110 1001100 100001

Color Harmonies of #149466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149466

Black with #149466

Text Example


Text Example

White with #149466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149466; }

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

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

background-color css

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

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

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

border-color css

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

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

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