Html Css Color HEX #14906B Elf Green

📋 copy color: '#14906B'

red 20 ◦ green 144 ◦ blue 107

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

Shades of Elf Green #14906B

Tints of Elf Green #14906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 7.38%
G = 53.14%
B = 39.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#14906B (or 0x14906B) is known color: Elf Green. HEX triplet: 14, 90 and 6B. RGB value is (20,144,107). Sum of RGB (Red+Green+Blue) = 20+144+107=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #14906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14906B is #EB6F94. Grayscale: #666666. Windows color (decimal): -15429525 or 7049236. OLE color: 7049236.

HSL color Cylindrical-coordinate representation of color #14906B: hue angle of 162.1º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14906B is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 107 -
CMYK 0.86 0 0.26 0.44
HSL 162.1º 0.76% 0.32% -
HSV(B) 162.1º 0.86% 0.56% -
XYZ 12.92 21.16 17.31 -
YUV 102.71 130.42 69.01 -
System Red Green Blue C M Y K H S L
Decimal 20 144 107 0.86 0 0.26 0.44 162.1 0.76 0.32
Hex 14 90 6B 56 0 1A 2C A2 4C 20
Octal 24 220 153 126 0 32 54 242 114 40
Binary 10100 10010000 1101011 1010110 0 11010 101100 10100010 1001100 100000

Color Harmonies of #14906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14906B

Black with #14906B

Text Example


Text Example

White with #14906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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