Html Css Color HEX #149264 Elf Green

📋 copy color: '#149264'

red 20 ◦ green 146 ◦ blue 100

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

Shades of Elf Green #149264

Tints of Elf Green #149264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 7.52%
G = 54.89%
B = 37.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#149264 (or 0x149264) is known color: Elf Green. HEX triplet: 14, 92 and 64. RGB value is (20,146,100). Sum of RGB (Red+Green+Blue) = 20+146+100=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #149264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149264 is #EB6D9B. Grayscale: #676767. Windows color (decimal): -15429020 or 6590996. OLE color: 6590996.

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

Color convert

RGB 20 146 100 -
CMYK 0.86 0 0.32 0.43
HSL 158.1º 0.76% 0.33% -
HSV(B) 158.1º 0.86% 0.57% -
XYZ 12.87 21.63 15.55 -
YUV 103.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 20 146 100 0.86 0 0.32 0.43 158.1 0.76 0.33
Hex 14 92 64 56 0 20 2B 9E 4C 21
Octal 24 222 144 126 0 40 53 236 114 41
Binary 10100 10010010 1100100 1010110 0 100000 101011 10011110 1001100 100001

Color Harmonies of #149264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149264

Black with #149264

Text Example


Text Example

White with #149264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149264; }

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

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

background-color css

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

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

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

border-color css

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

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

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