Html Css Color HEX #149278 Elf Green

📋 copy color: '#149278'

red 20 ◦ green 146 ◦ blue 120

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

Shades of Elf Green #149278

Tints of Elf Green #149278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.05%

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 6.99%
G = 51.05%
B = 41.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#149278 (or 0x149278) is known color: Elf Green. HEX triplet: 14, 92 and 78. RGB value is (20,146,120). Sum of RGB (Red+Green+Blue) = 20+146+120=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #149278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149278 is #EB6D87. Grayscale: #696969. Windows color (decimal): -15429000 or 7901716. OLE color: 7901716.

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

Color convert

RGB 20 146 120 -
CMYK 0.86 0 0.18 0.43
HSL 167.62º 0.76% 0.33% -
HSV(B) 167.62º 0.86% 0.57% -
XYZ 13.96 22.06 21.29 -
YUV 105.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 20 146 120 0.86 0 0.18 0.43 167.62 0.76 0.33
Hex 14 92 78 56 0 12 2B A8 4C 21
Octal 24 222 170 126 0 22 53 250 114 41
Binary 10100 10010010 1111000 1010110 0 10010 101011 10101000 1001100 100001

Color Harmonies of #149278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149278

Black with #149278

Text Example


Text Example

White with #149278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149278; }

 p { color: rgb(20,146,120); }

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

background-color css

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

 a { background-color: rgb(20,146,120); }

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

border-color css

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

 span { border-color: rgb(20,146,120); }

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