Html Css Color HEX #159A50 Pigment Green

📋 copy color: '#159A50'

red 21 ◦ green 154 ◦ blue 80

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

Shades of Pigment Green #159A50

Tints of Pigment Green #159A50

RGB

 RED value IS 21 (8.59% from 255) = 8.24%

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

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 8.24%
G = 60.39%
B = 31.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#159A50 (or 0x159A50) is known color: Pigment Green. HEX triplet: 15, 9A and 50. RGB value is (21,154,80). Sum of RGB (Red+Green+Blue) = 21+154+80=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 154 (60.55% from 255 or 60.39% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 154 - color contains mainly: green. Hex color #159A50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159A50 is #EA65AF. Grayscale: #696969. Windows color (decimal): -15361456 or 5282325. OLE color: 5282325.

HSL color Cylindrical-coordinate representation of color #159A50: hue angle of 146.62º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159A50 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 154 80 -
CMYK 0.86 0 0.48 0.40
HSL 146.62º 0.76% 0.34% -
HSV(B) 146.62º 0.86% 0.6% -
XYZ 13.31 23.85 11.49 -
YUV 105.8 113.44 67.52 -
System Red Green Blue C M Y K H S L
Decimal 21 154 80 0.86 0 0.48 0.40 146.62 0.76 0.34
Hex 15 9A 50 56 0 30 28 93 4C 22
Octal 25 232 120 126 0 60 50 223 114 42
Binary 10101 10011010 1010000 1010110 0 110000 101000 10010011 1001100 100010

Color Harmonies of #159A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159A50

Black with #159A50

Text Example


Text Example

White with #159A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159A50; }

 p { color: rgb(21,154,80); }

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

background-color css

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

 a { background-color: rgb(21,154,80); }

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

border-color css

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

 span { border-color: rgb(21,154,80); }

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