Html Css Color HEX #148575 Elf Green

📋 copy color: '#148575'

red 20 ◦ green 133 ◦ blue 117

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

Shades of Elf Green #148575

Tints of Elf Green #148575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 7.41%
G = 49.26%
B = 43.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#148575 (or 0x148575) is known color: Elf Green. HEX triplet: 14, 85 and 75. RGB value is (20,133,117). Sum of RGB (Red+Green+Blue) = 20+133+117=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #148575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148575 is #EB7A8A. Grayscale: #616161. Windows color (decimal): -15432331 or 7701780. OLE color: 7701780.

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

Color convert

RGB 20 133 117 -
CMYK 0.85 0 0.12 0.48
HSL 171.5º 0.74% 0.3% -
HSV(B) 171.5º 0.85% 0.52% -
XYZ 11.89 18.21 19.72 -
YUV 97.39 139.06 72.8 -
System Red Green Blue C M Y K H S L
Decimal 20 133 117 0.85 0 0.12 0.48 171.5 0.74 0.3
Hex 14 85 75 55 0 C 30 AC 4A 1E
Octal 24 205 165 125 0 14 60 254 112 36
Binary 10100 10000101 1110101 1010101 0 1100 110000 10101100 1001010 11110

Color Harmonies of #148575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148575

Black with #148575

Text Example


Text Example

White with #148575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148575; }

 p { color: rgb(20,133,117); }

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

background-color css

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

 a { background-color: rgb(20,133,117); }

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

border-color css

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

 span { border-color: rgb(20,133,117); }

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