#159E4A

Color #159E4A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #159E4A

Tints of Pigment Green #159E4A

Color information

#159E4A (or 0x159E4A) is unknown color: approx Pigment Green. HEX triplet: 15, 9E and 4A. RGB value is (21,158,74). Sum of RGB (Red+Green+Blue) = 21+158+74=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 158 (62.11% from 255 or 62.45% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 158 - color contains mainly: green. Hex color #159E4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159E4A is #EA61B5. Grayscale: #6B6B6B. Windows color (decimal): -15360438 or 4890133. OLE color: 4890133.

HSL color Cylindrical-coordinate representation of color #159E4A: hue angle of 143.21º degrees, saturation: 0.77, 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 #159E4A is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB2115874-
CMYK0.8700.530.38
HSL143.21º76.54%35.1%-
HSV(B)143.21º86.71%61.96%-
XYZ13.7725.1110.6-
YUV107.46109.1166.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 158 (62.11% from 255) = 62.45%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=8.30%
G=62.45%
B=29.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21158740.8700.530.38143.2176.5435.1
Hex159E4A57035268f4d23
Octal252361121270654621711543
Binary1010110011110100101010101110110101100110100011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,158,74); }

 H1.HeaderClassName
 {
   color: #159E4A;
 }
 .AnyTagClassName
 {
   color: #159E4A;
 }
</style>
background-color css

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

 a { background-color: rgb(21,158,74); }

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

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

 span { border-color: rgb(21,158,74); }

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