Html Css Color HEX #14946B Elf Green

📋 copy color: '#14946B'

red 20 ◦ green 148 ◦ blue 107

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

Shades of Elf Green #14946B

Tints of Elf Green #14946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 7.27%
G = 53.82%
B = 38.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#14946B (or 0x14946B) is known color: Elf Green. HEX triplet: 14, 94 and 6B. RGB value is (20,148,107). Sum of RGB (Red+Green+Blue) = 20+148+107=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #14946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14946B is #EB6B94. Grayscale: #696969. Windows color (decimal): -15428501 or 7050260. OLE color: 7050260.

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

Color convert

RGB 20 148 107 -
CMYK 0.86 0 0.28 0.42
HSL 160.78º 0.76% 0.33% -
HSV(B) 160.78º 0.86% 0.58% -
XYZ 13.53 22.39 17.52 -
YUV 105.05 129.09 67.33 -
System Red Green Blue C M Y K H S L
Decimal 20 148 107 0.86 0 0.28 0.42 160.78 0.76 0.33
Hex 14 94 6B 56 0 1C 2A A1 4C 21
Octal 24 224 153 126 0 34 52 241 114 41
Binary 10100 10010100 1101011 1010110 0 11100 101010 10100001 1001100 100001

Color Harmonies of #14946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14946B

Black with #14946B

Text Example


Text Example

White with #14946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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