Html Css Color HEX #159642 Pigment Green

📋 copy color: '#159642'

red 21 ◦ green 150 ◦ blue 66

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

Shades of Pigment Green #159642

Tints of Pigment Green #159642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.29%

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 8.86%
G = 63.29%
B = 27.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#159642 (or 0x159642) is known color: Pigment Green. HEX triplet: 15, 96 and 42. RGB value is (21,150,66). Sum of RGB (Red+Green+Blue) = 21+150+66=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #159642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159642 is #EA69BD. Grayscale: #666666. Windows color (decimal): -15362494 or 4363797. OLE color: 4363797.

HSL color Cylindrical-coordinate representation of color #159642: hue angle of 140.93º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159642 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 150 66 -
CMYK 0.86 0 0.56 0.41
HSL 140.93º 0.75% 0.34% -
HSV(B) 140.93º 0.86% 0.59% -
XYZ 12.2 22.37 8.83 -
YUV 101.85 107.76 70.33 -
System Red Green Blue C M Y K H S L
Decimal 21 150 66 0.86 0 0.56 0.41 140.93 0.75 0.34
Hex 15 96 42 56 0 38 29 8D 4B 22
Octal 25 226 102 126 0 70 51 215 113 42
Binary 10101 10010110 1000010 1010110 0 111000 101001 10001101 1001011 100010

Color Harmonies of #159642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159642

Black with #159642

Text Example


Text Example

White with #159642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159642; }

 p { color: rgb(21,150,66); }

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

background-color css

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

 a { background-color: rgb(21,150,66); }

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

border-color css

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

 span { border-color: rgb(21,150,66); }

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