Html Css Color HEX #148578 Elf Green

📋 copy color: '#148578'

red 20 ◦ green 133 ◦ blue 120

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

Shades of Elf Green #148578

Tints of Elf Green #148578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 7.33%
G = 48.72%
B = 43.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#148578 (or 0x148578) is known color: Elf Green. HEX triplet: 14, 85 and 78. RGB value is (20,133,120). Sum of RGB (Red+Green+Blue) = 20+133+120=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #148578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148578 is #EB7A87. Grayscale: #616161. Windows color (decimal): -15432328 or 7898388. OLE color: 7898388.

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

Color convert

RGB 20 133 120 -
CMYK 0.85 0 0.10 0.48
HSL 173.1º 0.74% 0.3% -
HSV(B) 173.1º 0.85% 0.52% -
XYZ 12.07 18.28 20.66 -
YUV 97.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 20 133 120 0.85 0 0.10 0.48 173.1 0.74 0.3
Hex 14 85 78 55 0 A 30 AD 4A 1E
Octal 24 205 170 125 0 12 60 255 112 36
Binary 10100 10000101 1111000 1010101 0 1010 110000 10101101 1001010 11110

Color Harmonies of #148578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148578

Black with #148578

Text Example


Text Example

White with #148578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148578; }

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

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

background-color css

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

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

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

border-color css

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

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

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