Html Css Color HEX #148877 Elf Green

📋 copy color: '#148877'

red 20 ◦ green 136 ◦ blue 119

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

Shades of Elf Green #148877

Tints of Elf Green #148877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

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

R = 7.27%
G = 49.45%
B = 43.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#148877 (or 0x148877) is known color: Elf Green. HEX triplet: 14, 88 and 77. RGB value is (20,136,119). Sum of RGB (Red+Green+Blue) = 20+136+119=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #148877 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148877 is #EB7788. Grayscale: #636363. Windows color (decimal): -15431561 or 7833620. OLE color: 7833620.

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

Color convert

RGB 20 136 119 -
CMYK 0.85 0 0.12 0.47
HSL 171.21º 0.74% 0.31% -
HSV(B) 171.21º 0.85% 0.53% -
XYZ 12.42 19.09 20.48 -
YUV 99.38 139.07 71.38 -
System Red Green Blue C M Y K H S L
Decimal 20 136 119 0.85 0 0.12 0.47 171.21 0.74 0.31
Hex 14 88 77 55 0 C 2F AB 4A 1F
Octal 24 210 167 125 0 14 57 253 112 37
Binary 10100 10001000 1110111 1010101 0 1100 101111 10101011 1001010 11111

Color Harmonies of #148877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148877

Black with #148877

Text Example


Text Example

White with #148877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148877; }

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

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

background-color css

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

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

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

border-color css

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

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

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