Html Css Color HEX #148773 Elf Green

📋 copy color: '#148773'

red 20 ◦ green 135 ◦ blue 115

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

Shades of Elf Green #148773

Tints of Elf Green #148773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 7.41%
G = 50%
B = 42.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#148773 (or 0x148773) is known color: Elf Green. HEX triplet: 14, 87 and 73. RGB value is (20,135,115). Sum of RGB (Red+Green+Blue) = 20+135+115=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #148773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148773 is #EB788C. Grayscale: #626262. Windows color (decimal): -15431821 or 7571220. OLE color: 7571220.

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

Color convert

RGB 20 135 115 -
CMYK 0.85 0 0.15 0.47
HSL 169.57º 0.74% 0.3% -
HSV(B) 169.57º 0.85% 0.53% -
XYZ 12.05 18.71 19.2 -
YUV 98.34 137.4 72.13 -
System Red Green Blue C M Y K H S L
Decimal 20 135 115 0.85 0 0.15 0.47 169.57 0.74 0.3
Hex 14 87 73 55 0 F 2F AA 4A 1E
Octal 24 207 163 125 0 17 57 252 112 36
Binary 10100 10000111 1110011 1010101 0 1111 101111 10101010 1001010 11110

Color Harmonies of #148773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148773

Black with #148773

Text Example


Text Example

White with #148773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148773; }

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

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

background-color css

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

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

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

border-color css

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

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

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