Html Css Color HEX #148B5C Elf Green

📋 copy color: '#148B5C'

red 20 ◦ green 139 ◦ blue 92

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

Shades of Elf Green #148B5C

Tints of Elf Green #148B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.38%

 BLUE value IS 92 (36.33% from 255) = 36.65%

R = 7.97%
G = 55.38%
B = 36.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#148B5C (or 0x148B5C) is known color: Elf Green. HEX triplet: 14, 8B and 5C. RGB value is (20,139,92). Sum of RGB (Red+Green+Blue) = 20+139+92=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #148B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B5C is #EB74A3. Grayscale: #626262. Windows color (decimal): -15430820 or 6064916. OLE color: 6064916.

HSL color Cylindrical-coordinate representation of color #148B5C: hue angle of 156.3º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148B5C is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 139 92 -
CMYK 0.86 0 0.34 0.45
HSL 156.3º 0.75% 0.31% -
HSV(B) 156.3º 0.86% 0.55% -
XYZ 11.45 19.39 13.26 -
YUV 98.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 20 139 92 0.86 0 0.34 0.45 156.3 0.75 0.31
Hex 14 8B 5C 56 0 22 2D 9C 4B 1F
Octal 24 213 134 126 0 42 55 234 113 37
Binary 10100 10001011 1011100 1010110 0 100010 101101 10011100 1001011 11111

Color Harmonies of #148B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148B5C

Black with #148B5C

Text Example


Text Example

White with #148B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,139,92); }

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

background-color css

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

 a { background-color: rgb(20,139,92); }

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

border-color css

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

 span { border-color: rgb(20,139,92); }

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