Html Css Color HEX #149E55 Pigment Green

📋 copy color: '#149E55'

red 20 ◦ green 158 ◦ blue 85

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

Shades of Pigment Green #149E55

Tints of Pigment Green #149E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 60.08%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 7.6%
G = 60.08%
B = 32.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#149E55 (or 0x149E55) is known color: Pigment Green. HEX triplet: 14, 9E and 55. RGB value is (20,158,85). Sum of RGB (Red+Green+Blue) = 20+158+85=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #149E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E55 is #EB61AA. Grayscale: #6C6C6C. Windows color (decimal): -15425963 or 5611028. OLE color: 5611028.

HSL color Cylindrical-coordinate representation of color #149E55: hue angle of 148.26º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E55 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 85 -
CMYK 0.87 0 0.46 0.38
HSL 148.26º 0.78% 0.35% -
HSV(B) 148.26º 0.87% 0.62% -
XYZ 14.16 25.26 12.72 -
YUV 108.42 114.78 64.94 -
System Red Green Blue C M Y K H S L
Decimal 20 158 85 0.87 0 0.46 0.38 148.26 0.78 0.35
Hex 14 9E 55 57 0 2E 26 94 4E 23
Octal 24 236 125 127 0 56 46 224 116 43
Binary 10100 10011110 1010101 1010111 0 101110 100110 10010100 1001110 100011

Color Harmonies of #149E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E55

Black with #149E55

Text Example


Text Example

White with #149E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,158,85); }

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

background-color css

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

 a { background-color: rgb(20,158,85); }

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

border-color css

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

 span { border-color: rgb(20,158,85); }

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