Html Css Color HEX #148678 Elf Green

📋 copy color: '#148678'

red 20 ◦ green 134 ◦ blue 120

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

Shades of Elf Green #148678

Tints of Elf Green #148678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 7.3%
G = 48.91%
B = 43.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#148678 (or 0x148678) is known color: Elf Green. HEX triplet: 14, 86 and 78. RGB value is (20,134,120). Sum of RGB (Red+Green+Blue) = 20+134+120=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #148678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148678 is #EB7987. Grayscale: #626262. Windows color (decimal): -15432072 or 7898644. OLE color: 7898644.

HSL color Cylindrical-coordinate representation of color #148678: hue angle of 172.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148678 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 120 -
CMYK 0.85 0 0.10 0.47
HSL 172.63º 0.74% 0.3% -
HSV(B) 172.63º 0.85% 0.53% -
XYZ 12.2 18.55 20.71 -
YUV 98.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 20 134 120 0.85 0 0.10 0.47 172.63 0.74 0.3
Hex 14 86 78 55 0 A 2F AD 4A 1E
Octal 24 206 170 125 0 12 57 255 112 36
Binary 10100 10000110 1111000 1010101 0 1010 101111 10101101 1001010 11110

Color Harmonies of #148678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148678

Black with #148678

Text Example


Text Example

White with #148678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148678; }

 p { color: rgb(20,134,120); }

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

background-color css

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

 a { background-color: rgb(20,134,120); }

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

border-color css

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

 span { border-color: rgb(20,134,120); }

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