Html Css Color HEX #14945F Elf Green

📋 copy color: '#14945F'

red 20 ◦ green 148 ◦ blue 95

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

Shades of Elf Green #14945F

Tints of Elf Green #14945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.27%

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

R = 7.6%
G = 56.27%
B = 36.12%

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

#14945F (or 0x14945F) is known color: Elf Green. HEX triplet: 14, 94 and 5F. RGB value is (20,148,95). Sum of RGB (Red+Green+Blue) = 20+148+95=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #14945F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14945F is #EB6BA0. Grayscale: #676767. Windows color (decimal): -15428513 or 6263828. OLE color: 6263828.

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

Color convert

RGB 20 148 95 -
CMYK 0.86 0 0.36 0.42
HSL 155.16º 0.76% 0.33% -
HSV(B) 155.16º 0.86% 0.58% -
XYZ 12.94 22.15 14.42 -
YUV 103.69 123.09 68.31 -
System Red Green Blue C M Y K H S L
Decimal 20 148 95 0.86 0 0.36 0.42 155.16 0.76 0.33
Hex 14 94 5F 56 0 24 2A 9B 4C 21
Octal 24 224 137 126 0 44 52 233 114 41
Binary 10100 10010100 1011111 1010110 0 100100 101010 10011011 1001100 100001

Color Harmonies of #14945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14945F

Black with #14945F

Text Example


Text Example

White with #14945F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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