Html Css Color HEX #149A71 Elf Green

📋 copy color: '#149A71'

red 20 ◦ green 154 ◦ blue 113

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

Shades of Elf Green #149A71

Tints of Elf Green #149A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.66%

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 6.97%
G = 53.66%
B = 39.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#149A71 (or 0x149A71) is known color: Elf Green. HEX triplet: 14, 9A and 71. RGB value is (20,154,113). Sum of RGB (Red+Green+Blue) = 20+154+113=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #149A71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149A71 is #EB658E. Grayscale: #6D6D6D. Windows color (decimal): -15426959 or 7445012. OLE color: 7445012.

HSL color Cylindrical-coordinate representation of color #149A71: hue angle of 161.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A71 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 154 113 -
CMYK 0.87 0 0.27 0.40
HSL 161.64º 0.77% 0.34% -
HSV(B) 161.64º 0.87% 0.6% -
XYZ 14.82 24.45 19.56 -
YUV 109.26 130.11 64.33 -
System Red Green Blue C M Y K H S L
Decimal 20 154 113 0.87 0 0.27 0.40 161.64 0.77 0.34
Hex 14 9A 71 57 0 1B 28 A2 4D 22
Octal 24 232 161 127 0 33 50 242 115 42
Binary 10100 10011010 1110001 1010111 0 11011 101000 10100010 1001101 100010

Color Harmonies of #149A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A71

Black with #149A71

Text Example


Text Example

White with #149A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149A71; }

 p { color: rgb(20,154,113); }

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

background-color css

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

 a { background-color: rgb(20,154,113); }

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

border-color css

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

 span { border-color: rgb(20,154,113); }

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