Html Css Color HEX #159F42 Pigment Green

📋 copy color: '#159F42'

red 21 ◦ green 159 ◦ blue 66

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

Shades of Pigment Green #159F42

Tints of Pigment Green #159F42

RGB

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

 GREEN value IS 159 (62.5% from 255) = 64.63%

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

R = 8.54%
G = 64.63%
B = 26.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#159F42 (or 0x159F42) is known color: Pigment Green. HEX triplet: 15, 9F and 42. RGB value is (21,159,66). Sum of RGB (Red+Green+Blue) = 21+159+66=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 159 (62.5% from 255 or 64.63% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 159 - color contains mainly: green. Hex color #159F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159F42 is #EA60BD. Grayscale: #6B6B6B. Windows color (decimal): -15360190 or 4366101. OLE color: 4366101.

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

Color convert

RGB 21 159 66 -
CMYK 0.87 0 0.58 0.38
HSL 139.57º 0.77% 0.35% -
HSV(B) 139.57º 0.87% 0.62% -
XYZ 13.69 25.35 9.33 -
YUV 107.14 104.78 66.56 -
System Red Green Blue C M Y K H S L
Decimal 21 159 66 0.87 0 0.58 0.38 139.57 0.77 0.35
Hex 15 9F 42 57 0 3A 26 8C 4D 23
Octal 25 237 102 127 0 72 46 214 115 43
Binary 10101 10011111 1000010 1010111 0 111010 100110 10001100 1001101 100011

Color Harmonies of #159F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159F42

Black with #159F42

Text Example


Text Example

White with #159F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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