Html Css Color HEX #148472 Elf Green

📋 copy color: '#148472'

red 20 ◦ green 132 ◦ blue 114

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

Shades of Elf Green #148472

Tints of Elf Green #148472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 7.52%
G = 49.62%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#148472 (or 0x148472) is known color: Elf Green. HEX triplet: 14, 84 and 72. RGB value is (20,132,114). Sum of RGB (Red+Green+Blue) = 20+132+114=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #148472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148472 is #EB7B8D. Grayscale: #606060. Windows color (decimal): -15432590 or 7504916. OLE color: 7504916.

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

Color convert

RGB 20 132 114 -
CMYK 0.85 0 0.14 0.48
HSL 170.36º 0.74% 0.3% -
HSV(B) 170.36º 0.85% 0.52% -
XYZ 11.58 17.87 18.76 -
YUV 96.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 20 132 114 0.85 0 0.14 0.48 170.36 0.74 0.3
Hex 14 84 72 55 0 E 30 AA 4A 1E
Octal 24 204 162 125 0 16 60 252 112 36
Binary 10100 10000100 1110010 1010101 0 1110 110000 10101010 1001010 11110

Color Harmonies of #148472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148472

Black with #148472

Text Example


Text Example

White with #148472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148472; }

 p { color: rgb(20,132,114); }

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

background-color css

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

 a { background-color: rgb(20,132,114); }

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

border-color css

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

 span { border-color: rgb(20,132,114); }

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