Html Css Color HEX #14926B Elf Green

📋 copy color: '#14926B'

red 20 ◦ green 146 ◦ blue 107

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

Shades of Elf Green #14926B

Tints of Elf Green #14926B

RGB

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

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

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

R = 7.33%
G = 53.48%
B = 39.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#14926B (or 0x14926B) is known color: Elf Green. HEX triplet: 14, 92 and 6B. RGB value is (20,146,107). Sum of RGB (Red+Green+Blue) = 20+146+107=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #14926B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14926B is #EB6D94. Grayscale: #676767. Windows color (decimal): -15429013 or 7049748. OLE color: 7049748.

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

Color convert

RGB 20 146 107 -
CMYK 0.86 0 0.27 0.43
HSL 161.43º 0.76% 0.33% -
HSV(B) 161.43º 0.86% 0.57% -
XYZ 13.22 21.77 17.41 -
YUV 103.88 129.76 68.17 -
System Red Green Blue C M Y K H S L
Decimal 20 146 107 0.86 0 0.27 0.43 161.43 0.76 0.33
Hex 14 92 6B 56 0 1B 2B A1 4C 21
Octal 24 222 153 126 0 33 53 241 114 41
Binary 10100 10010010 1101011 1010110 0 11011 101011 10100001 1001100 100001

Color Harmonies of #14926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14926B

Black with #14926B

Text Example


Text Example

White with #14926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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