Html Css Color HEX #148771 Elf Green

📋 copy color: '#148771'

red 20 ◦ green 135 ◦ blue 113

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

Shades of Elf Green #148771

Tints of Elf Green #148771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.37%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 7.46%
G = 50.37%
B = 42.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#148771 (or 0x148771) is known color: Elf Green. HEX triplet: 14, 87 and 71. RGB value is (20,135,113). Sum of RGB (Red+Green+Blue) = 20+135+113=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #148771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148771 is #EB788E. Grayscale: #626262. Windows color (decimal): -15431823 or 7440148. OLE color: 7440148.

HSL color Cylindrical-coordinate representation of color #148771: hue angle of 168.52º 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 #148771 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 113 -
CMYK 0.85 0 0.16 0.47
HSL 168.52º 0.74% 0.3% -
HSV(B) 168.52º 0.85% 0.53% -
XYZ 11.93 18.67 18.6 -
YUV 98.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 20 135 113 0.85 0 0.16 0.47 168.52 0.74 0.3
Hex 14 87 71 55 0 10 2F A9 4A 1E
Octal 24 207 161 125 0 20 57 251 112 36
Binary 10100 10000111 1110001 1010101 0 10000 101111 10101001 1001010 11110

Color Harmonies of #148771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148771

Black with #148771

Text Example


Text Example

White with #148771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148771; }

 p { color: rgb(20,135,113); }

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

background-color css

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

 a { background-color: rgb(20,135,113); }

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

border-color css

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

 span { border-color: rgb(20,135,113); }

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