Html Css Color HEX #14935F Elf Green

📋 copy color: '#14935F'

red 20 ◦ green 147 ◦ blue 95

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

Shades of Elf Green #14935F

Tints of Elf Green #14935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 7.63%
G = 56.11%
B = 36.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#14935F (or 0x14935F) is known color: Elf Green. HEX triplet: 14, 93 and 5F. RGB value is (20,147,95). Sum of RGB (Red+Green+Blue) = 20+147+95=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #14935F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14935F is #EB6CA0. Grayscale: #676767. Windows color (decimal): -15428769 or 6263572. OLE color: 6263572.

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

Color convert

RGB 20 147 95 -
CMYK 0.86 0 0.35 0.42
HSL 155.43º 0.76% 0.33% -
HSV(B) 155.43º 0.86% 0.58% -
XYZ 12.79 21.84 14.37 -
YUV 103.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 20 147 95 0.86 0 0.35 0.42 155.43 0.76 0.33
Hex 14 93 5F 56 0 23 2A 9B 4C 21
Octal 24 223 137 126 0 43 52 233 114 41
Binary 10100 10010011 1011111 1010110 0 100011 101010 10011011 1001100 100001

Color Harmonies of #14935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14935F

Black with #14935F

Text Example


Text Example

White with #14935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14935F; }

 p { color: rgb(20,147,95); }

 H1.HeaderClassName
 {
   color: #14935F;
 }
 .AnyTagClassName
 {
   color: #14935F;
 }
</style>

background-color css

<style>
 a { background-color: #14935F; }

 a { background-color: rgb(20,147,95); }

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

border-color css

<style>
 span { border-color: #14935F; }

 span { border-color: rgb(20,147,95); }

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