Html Css Color HEX #148F7F Elf Green

📋 copy color: '#148F7F'

red 20 ◦ green 143 ◦ blue 127

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

Shades of Elf Green #148F7F

Tints of Elf Green #148F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.31%

 BLUE value IS 127 (50% from 255) = 43.79%

R = 6.9%
G = 49.31%
B = 43.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#148F7F (or 0x148F7F) is known color: Elf Green. HEX triplet: 14, 8F and 7F. RGB value is (20,143,127). Sum of RGB (Red+Green+Blue) = 20+143+127=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #148F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148F7F is #EB7080. Grayscale: #686868. Windows color (decimal): -15429761 or 8359700. OLE color: 8359700.

HSL color Cylindrical-coordinate representation of color #148F7F: hue angle of 172.2º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F7F is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 143 127 -
CMYK 0.86 0 0.11 0.44
HSL 172.2º 0.75% 0.32% -
HSV(B) 172.2º 0.86% 0.56% -
XYZ 13.94 21.33 23.46 -
YUV 104.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 20 143 127 0.86 0 0.11 0.44 172.2 0.75 0.32
Hex 14 8F 7F 56 0 B 2C AC 4B 20
Octal 24 217 177 126 0 13 54 254 113 40
Binary 10100 10001111 1111111 1010110 0 1011 101100 10101100 1001011 100000

Color Harmonies of #148F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148F7F

Black with #148F7F

Text Example


Text Example

White with #148F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,143,127); }

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

background-color css

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

 a { background-color: rgb(20,143,127); }

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

border-color css

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

 span { border-color: rgb(20,143,127); }

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