Html Css Color HEX #14946F Elf Green

📋 copy color: '#14946F'

red 20 ◦ green 148 ◦ blue 111

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

Shades of Elf Green #14946F

Tints of Elf Green #14946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 7.17%
G = 53.05%
B = 39.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#14946F (or 0x14946F) is known color: Elf Green. HEX triplet: 14, 94 and 6F. RGB value is (20,148,111). Sum of RGB (Red+Green+Blue) = 20+148+111=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #14946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14946F is #EB6B90. Grayscale: #696969. Windows color (decimal): -15428497 or 7312404. OLE color: 7312404.

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

Color convert

RGB 20 148 111 -
CMYK 0.86 0 0.25 0.42
HSL 162.66º 0.76% 0.33% -
HSV(B) 162.66º 0.86% 0.58% -
XYZ 13.75 22.48 18.65 -
YUV 105.51 131.09 67.01 -
System Red Green Blue C M Y K H S L
Decimal 20 148 111 0.86 0 0.25 0.42 162.66 0.76 0.33
Hex 14 94 6F 56 0 19 2A A3 4C 21
Octal 24 224 157 126 0 31 52 243 114 41
Binary 10100 10010100 1101111 1010110 0 11001 101010 10100011 1001100 100001

Color Harmonies of #14946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14946F

Black with #14946F

Text Example


Text Example

White with #14946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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