Html Css Color HEX #14976B Elf Green

📋 copy color: '#14976B'

red 20 ◦ green 151 ◦ blue 107

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

Shades of Elf Green #14976B

Tints of Elf Green #14976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.32%

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

R = 7.19%
G = 54.32%
B = 38.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#14976B (or 0x14976B) is known color: Elf Green. HEX triplet: 14, 97 and 6B. RGB value is (20,151,107). Sum of RGB (Red+Green+Blue) = 20+151+107=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #14976B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14976B is #EB6894. Grayscale: #6A6A6A. Windows color (decimal): -15427733 or 7051028. OLE color: 7051028.

HSL color Cylindrical-coordinate representation of color #14976B: hue angle of 159.85º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14976B is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 107 -
CMYK 0.87 0 0.29 0.41
HSL 159.85º 0.77% 0.34% -
HSV(B) 159.85º 0.87% 0.59% -
XYZ 14.01 23.34 17.68 -
YUV 106.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 20 151 107 0.87 0 0.29 0.41 159.85 0.77 0.34
Hex 14 97 6B 57 0 1D 29 A0 4D 22
Octal 24 227 153 127 0 35 51 240 115 42
Binary 10100 10010111 1101011 1010111 0 11101 101001 10100000 1001101 100010

Color Harmonies of #14976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14976B

Black with #14976B

Text Example


Text Example

White with #14976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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