Html Css Color HEX #148A6C Elf Green

📋 copy color: '#148A6C'

red 20 ◦ green 138 ◦ blue 108

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

Shades of Elf Green #148A6C

Tints of Elf Green #148A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.88%

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 7.52%
G = 51.88%
B = 40.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#148A6C (or 0x148A6C) is known color: Elf Green. HEX triplet: 14, 8A and 6C. RGB value is (20,138,108). Sum of RGB (Red+Green+Blue) = 20+138+108=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #148A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A6C is #EB7593. Grayscale: #636363. Windows color (decimal): -15431060 or 7113236. OLE color: 7113236.

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

Color convert

RGB 20 138 108 -
CMYK 0.86 0 0.22 0.46
HSL 164.75º 0.75% 0.31% -
HSV(B) 164.75º 0.86% 0.54% -
XYZ 12.08 19.41 17.3 -
YUV 99.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 20 138 108 0.86 0 0.22 0.46 164.75 0.75 0.31
Hex 14 8A 6C 56 0 16 2E A5 4B 1F
Octal 24 212 154 126 0 26 56 245 113 37
Binary 10100 10001010 1101100 1010110 0 10110 101110 10100101 1001011 11111

Color Harmonies of #148A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148A6C

Black with #148A6C

Text Example


Text Example

White with #148A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,138,108); }

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

background-color css

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

 a { background-color: rgb(20,138,108); }

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

border-color css

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

 span { border-color: rgb(20,138,108); }

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