Html Css Color HEX #159540 Pigment Green

📋 copy color: '#159540'

red 21 ◦ green 149 ◦ blue 64

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

Shades of Pigment Green #159540

Tints of Pigment Green #159540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.68%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 8.97%
G = 63.68%
B = 27.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#159540 (or 0x159540) is known color: Pigment Green. HEX triplet: 15, 95 and 40. RGB value is (21,149,64). Sum of RGB (Red+Green+Blue) = 21+149+64=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #159540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159540 is #EA6ABF. Grayscale: #656565. Windows color (decimal): -15362752 or 4232469. OLE color: 4232469.

HSL color Cylindrical-coordinate representation of color #159540: hue angle of 140.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159540 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 149 64 -
CMYK 0.86 0 0.57 0.42
HSL 140.16º 0.75% 0.33% -
HSV(B) 140.16º 0.86% 0.58% -
XYZ 11.98 22.02 8.47 -
YUV 101.04 107.09 70.91 -
System Red Green Blue C M Y K H S L
Decimal 21 149 64 0.86 0 0.57 0.42 140.16 0.75 0.33
Hex 15 95 40 56 0 39 2A 8C 4B 21
Octal 25 225 100 126 0 71 52 214 113 41
Binary 10101 10010101 1000000 1010110 0 111001 101010 10001100 1001011 100001

Color Harmonies of #159540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159540

Black with #159540

Text Example


Text Example

White with #159540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159540; }

 p { color: rgb(21,149,64); }

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

background-color css

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

 a { background-color: rgb(21,149,64); }

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

border-color css

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

 span { border-color: rgb(21,149,64); }

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