Html Css Color HEX #148F77 Elf Green

📋 copy color: '#148F77'

red 20 ◦ green 143 ◦ blue 119

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

Shades of Elf Green #148F77

Tints of Elf Green #148F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.71%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 7.09%
G = 50.71%
B = 42.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#148F77 (or 0x148F77) is known color: Elf Green. HEX triplet: 14, 8F and 77. RGB value is (20,143,119). Sum of RGB (Red+Green+Blue) = 20+143+119=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #148F77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148F77 is #EB7088. Grayscale: #676767. Windows color (decimal): -15429769 or 7835412. OLE color: 7835412.

HSL color Cylindrical-coordinate representation of color #148F77: hue angle of 168.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F77 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 143 119 -
CMYK 0.86 0 0.17 0.44
HSL 168.29º 0.75% 0.32% -
HSV(B) 168.29º 0.86% 0.56% -
XYZ 13.44 21.13 20.82 -
YUV 103.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 20 143 119 0.86 0 0.17 0.44 168.29 0.75 0.32
Hex 14 8F 77 56 0 11 2C A8 4B 20
Octal 24 217 167 126 0 21 54 250 113 40
Binary 10100 10001111 1110111 1010110 0 10001 101100 10101000 1001011 100000

Color Harmonies of #148F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148F77

Black with #148F77

Text Example


Text Example

White with #148F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148F77; }

 p { color: rgb(20,143,119); }

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

background-color css

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

 a { background-color: rgb(20,143,119); }

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

border-color css

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

 span { border-color: rgb(20,143,119); }

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