Html Css Color HEX #149268 Elf Green

📋 copy color: '#149268'

red 20 ◦ green 146 ◦ blue 104

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

Shades of Elf Green #149268

Tints of Elf Green #149268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 7.41%
G = 54.07%
B = 38.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#149268 (or 0x149268) is known color: Elf Green. HEX triplet: 14, 92 and 68. RGB value is (20,146,104). Sum of RGB (Red+Green+Blue) = 20+146+104=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #149268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149268 is #EB6D97. Grayscale: #676767. Windows color (decimal): -15429016 or 6853140. OLE color: 6853140.

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

Color convert

RGB 20 146 104 -
CMYK 0.86 0 0.29 0.43
HSL 160º 0.76% 0.33% -
HSV(B) 160º 0.86% 0.57% -
XYZ 13.07 21.71 16.6 -
YUV 103.54 128.26 68.42 -
System Red Green Blue C M Y K H S L
Decimal 20 146 104 0.86 0 0.29 0.43 160 0.76 0.33
Hex 14 92 68 56 0 1D 2B A0 4C 21
Octal 24 222 150 126 0 35 53 240 114 41
Binary 10100 10010010 1101000 1010110 0 11101 101011 10100000 1001100 100001

Color Harmonies of #149268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149268

Black with #149268

Text Example


Text Example

White with #149268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149268; }

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

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

background-color css

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

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

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

border-color css

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

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

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