Html Css Color HEX #149572 Elf Green

📋 copy color: '#149572'

red 20 ◦ green 149 ◦ blue 114

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

Shades of Elf Green #149572

Tints of Elf Green #149572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.65%

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

R = 7.07%
G = 52.65%
B = 40.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#149572 (or 0x149572) is known color: Elf Green. HEX triplet: 14, 95 and 72. RGB value is (20,149,114). Sum of RGB (Red+Green+Blue) = 20+149+114=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #149572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149572 is #EB6A8D. Grayscale: #6A6A6A. Windows color (decimal): -15428238 or 7509268. OLE color: 7509268.

HSL color Cylindrical-coordinate representation of color #149572: hue angle of 163.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149572 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 114 -
CMYK 0.87 0 0.23 0.42
HSL 163.72º 0.76% 0.33% -
HSV(B) 163.72º 0.87% 0.58% -
XYZ 14.07 22.86 19.59 -
YUV 106.44 132.26 66.35 -
System Red Green Blue C M Y K H S L
Decimal 20 149 114 0.87 0 0.23 0.42 163.72 0.76 0.33
Hex 14 95 72 57 0 17 2A A4 4C 21
Octal 24 225 162 127 0 27 52 244 114 41
Binary 10100 10010101 1110010 1010111 0 10111 101010 10100100 1001100 100001

Color Harmonies of #149572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149572

Black with #149572

Text Example


Text Example

White with #149572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149572; }

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

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

background-color css

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

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

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

border-color css

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

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

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