Html Css Color HEX #148570 Elf Green

📋 copy color: '#148570'

red 20 ◦ green 133 ◦ blue 112

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

Shades of Elf Green #148570

Tints of Elf Green #148570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 7.55%
G = 50.19%
B = 42.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#148570 (or 0x148570) is known color: Elf Green. HEX triplet: 14, 85 and 70. RGB value is (20,133,112). Sum of RGB (Red+Green+Blue) = 20+133+112=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #148570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148570 is #EB7A8F. Grayscale: #606060. Windows color (decimal): -15432336 or 7374100. OLE color: 7374100.

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

Color convert

RGB 20 133 112 -
CMYK 0.85 0 0.16 0.48
HSL 168.85º 0.74% 0.3% -
HSV(B) 168.85º 0.85% 0.52% -
XYZ 11.6 18.09 18.21 -
YUV 96.82 136.56 73.21 -
System Red Green Blue C M Y K H S L
Decimal 20 133 112 0.85 0 0.16 0.48 168.85 0.74 0.3
Hex 14 85 70 55 0 10 30 A9 4A 1E
Octal 24 205 160 125 0 20 60 251 112 36
Binary 10100 10000101 1110000 1010101 0 10000 110000 10101001 1001010 11110

Color Harmonies of #148570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148570

Black with #148570

Text Example


Text Example

White with #148570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148570; }

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

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

background-color css

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

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

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

border-color css

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

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

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