Html Css Color HEX #14956C Elf Green

📋 copy color: '#14956C'

red 20 ◦ green 149 ◦ blue 108

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

Shades of Elf Green #14956C

Tints of Elf Green #14956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.79%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 7.22%
G = 53.79%
B = 38.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#14956C (or 0x14956C) is known color: Elf Green. HEX triplet: 14, 95 and 6C. RGB value is (20,149,108). Sum of RGB (Red+Green+Blue) = 20+149+108=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #14956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14956C is #EB6A93. Grayscale: #696969. Windows color (decimal): -15428244 or 7116052. OLE color: 7116052.

HSL color Cylindrical-coordinate representation of color #14956C: hue angle of 160.93º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14956C is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 108 -
CMYK 0.87 0 0.28 0.42
HSL 160.93º 0.76% 0.33% -
HSV(B) 160.93º 0.87% 0.58% -
XYZ 13.74 22.73 17.85 -
YUV 105.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 20 149 108 0.87 0 0.28 0.42 160.93 0.76 0.33
Hex 14 95 6C 57 0 1C 2A A1 4C 21
Octal 24 225 154 127 0 34 52 241 114 41
Binary 10100 10010101 1101100 1010111 0 11100 101010 10100001 1001100 100001

Color Harmonies of #14956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14956C

Black with #14956C

Text Example


Text Example

White with #14956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14956C; }

 p { color: rgb(20,149,108); }

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

background-color css

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

 a { background-color: rgb(20,149,108); }

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

border-color css

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

 span { border-color: rgb(20,149,108); }

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