Html Css Color HEX #14926D Elf Green

📋 copy color: '#14926D'

red 20 ◦ green 146 ◦ blue 109

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

Shades of Elf Green #14926D

Tints of Elf Green #14926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 7.27%
G = 53.09%
B = 39.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#14926D (or 0x14926D) is known color: Elf Green. HEX triplet: 14, 92 and 6D. RGB value is (20,146,109). Sum of RGB (Red+Green+Blue) = 20+146+109=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #14926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14926D is #EB6D92. Grayscale: #686868. Windows color (decimal): -15429011 or 7180820. OLE color: 7180820.

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

Color convert

RGB 20 146 109 -
CMYK 0.86 0 0.25 0.43
HSL 162.38º 0.76% 0.33% -
HSV(B) 162.38º 0.86% 0.57% -
XYZ 13.33 21.81 17.98 -
YUV 104.11 130.76 68.01 -
System Red Green Blue C M Y K H S L
Decimal 20 146 109 0.86 0 0.25 0.43 162.38 0.76 0.33
Hex 14 92 6D 56 0 19 2B A2 4C 21
Octal 24 222 155 126 0 31 53 242 114 41
Binary 10100 10010010 1101101 1010110 0 11001 101011 10100010 1001100 100001

Color Harmonies of #14926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14926D

Black with #14926D

Text Example


Text Example

White with #14926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14926D; }

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

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

background-color css

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

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

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

border-color css

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

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

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