Html Css Color HEX #14856C Elf Green

📋 copy color: '#14856C'

red 20 ◦ green 133 ◦ blue 108

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

Shades of Elf Green #14856C

Tints of Elf Green #14856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 7.66%
G = 50.96%
B = 41.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#14856C (or 0x14856C) is known color: Elf Green. HEX triplet: 14, 85 and 6C. RGB value is (20,133,108). Sum of RGB (Red+Green+Blue) = 20+133+108=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #14856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14856C is #EB7A93. Grayscale: #606060. Windows color (decimal): -15432340 or 7111956. OLE color: 7111956.

HSL color Cylindrical-coordinate representation of color #14856C: hue angle of 166.73º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14856C is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 108 -
CMYK 0.85 0 0.19 0.48
HSL 166.73º 0.74% 0.3% -
HSV(B) 166.73º 0.85% 0.52% -
XYZ 11.38 18.01 17.06 -
YUV 96.36 134.56 73.53 -
System Red Green Blue C M Y K H S L
Decimal 20 133 108 0.85 0 0.19 0.48 166.73 0.74 0.3
Hex 14 85 6C 55 0 13 30 A7 4A 1E
Octal 24 205 154 125 0 23 60 247 112 36
Binary 10100 10000101 1101100 1010101 0 10011 110000 10100111 1001010 11110

Color Harmonies of #14856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14856C

Black with #14856C

Text Example


Text Example

White with #14856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14856C; }

 p { color: rgb(20,133,108); }

 H1.HeaderClassName
 {
   color: #14856C;
 }
 .AnyTagClassName
 {
   color: #14856C;
 }
</style>

background-color css

<style>
 a { background-color: #14856C; }

 a { background-color: rgb(20,133,108); }

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

border-color css

<style>
 span { border-color: #14856C; }

 span { border-color: rgb(20,133,108); }

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