Html Css Color HEX #14927F Elf Green

📋 copy color: '#14927F'

red 20 ◦ green 146 ◦ blue 127

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

Shades of Elf Green #14927F

Tints of Elf Green #14927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.83%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 6.83%
G = 49.83%
B = 43.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#14927F (or 0x14927F) is known color: Elf Green. HEX triplet: 14, 92 and 7F. RGB value is (20,146,127). Sum of RGB (Red+Green+Blue) = 20+146+127=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #14927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14927F is #EB6D80. Grayscale: #6A6A6A. Windows color (decimal): -15428993 or 8360468. OLE color: 8360468.

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

Color convert

RGB 20 146 127 -
CMYK 0.86 0 0.13 0.43
HSL 170.95º 0.76% 0.33% -
HSV(B) 170.95º 0.86% 0.57% -
XYZ 14.4 22.24 23.61 -
YUV 106.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 20 146 127 0.86 0 0.13 0.43 170.95 0.76 0.33
Hex 14 92 7F 56 0 D 2B AB 4C 21
Octal 24 222 177 126 0 15 53 253 114 41
Binary 10100 10010010 1111111 1010110 0 1101 101011 10101011 1001100 100001

Color Harmonies of #14927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14927F

Black with #14927F

Text Example


Text Example

White with #14927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,146,127); }

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

background-color css

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

 a { background-color: rgb(20,146,127); }

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

border-color css

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

 span { border-color: rgb(20,146,127); }

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