Html Css Color HEX #149267 Elf Green

📋 copy color: '#149267'

red 20 ◦ green 146 ◦ blue 103

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

Shades of Elf Green #149267

Tints of Elf Green #149267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.29%

R = 7.43%
G = 54.28%
B = 38.29%

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

#149267 (or 0x149267) is known color: Elf Green. HEX triplet: 14, 92 and 67. RGB value is (20,146,103). Sum of RGB (Red+Green+Blue) = 20+146+103=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #149267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149267 is #EB6D98. Grayscale: #676767. Windows color (decimal): -15429017 or 6787604. OLE color: 6787604.

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

Color convert

RGB 20 146 103 -
CMYK 0.86 0 0.29 0.43
HSL 159.52º 0.76% 0.33% -
HSV(B) 159.52º 0.86% 0.57% -
XYZ 13.02 21.69 16.33 -
YUV 103.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 20 146 103 0.86 0 0.29 0.43 159.52 0.76 0.33
Hex 14 92 67 56 0 1D 2B A0 4C 21
Octal 24 222 147 126 0 35 53 240 114 41
Binary 10100 10010010 1100111 1010110 0 11101 101011 10100000 1001100 100001

Color Harmonies of #149267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149267

Black with #149267

Text Example


Text Example

White with #149267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149267; }

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

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

background-color css

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

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

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

border-color css

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

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

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