Html Css Color HEX #14935E Elf Green

📋 copy color: '#14935E'

red 20 ◦ green 147 ◦ blue 94

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

Shades of Elf Green #14935E

Tints of Elf Green #14935E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 7.66%
G = 56.32%
B = 36.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#14935E (or 0x14935E) is known color: Elf Green. HEX triplet: 14, 93 and 5E. RGB value is (20,147,94). Sum of RGB (Red+Green+Blue) = 20+147+94=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #14935E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14935E is #EB6CA1. Grayscale: #676767. Windows color (decimal): -15428770 or 6198036. OLE color: 6198036.

HSL color Cylindrical-coordinate representation of color #14935E: hue angle of 154.96º 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 #14935E is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 94 -
CMYK 0.86 0 0.36 0.42
HSL 154.96º 0.76% 0.33% -
HSV(B) 154.96º 0.86% 0.58% -
XYZ 12.74 21.82 14.13 -
YUV 102.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 20 147 94 0.86 0 0.36 0.42 154.96 0.76 0.33
Hex 14 93 5E 56 0 24 2A 9B 4C 21
Octal 24 223 136 126 0 44 52 233 114 41
Binary 10100 10010011 1011110 1010110 0 100100 101010 10011011 1001100 100001

Color Harmonies of #14935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14935E

Black with #14935E

Text Example


Text Example

White with #14935E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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