Html Css Color HEX #159555 Pigment Green

📋 copy color: '#159555'

red 21 ◦ green 149 ◦ blue 85

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

Shades of Pigment Green #159555

Tints of Pigment Green #159555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 8.24%
G = 58.43%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#159555 (or 0x159555) is known color: Pigment Green. HEX triplet: 15, 95 and 55. RGB value is (21,149,85). Sum of RGB (Red+Green+Blue) = 21+149+85=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #159555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159555 is #EA6AAA. Grayscale: #676767. Windows color (decimal): -15362731 or 5608725. OLE color: 5608725.

HSL color Cylindrical-coordinate representation of color #159555: hue angle of 150º 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 #159555 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 149 85 -
CMYK 0.86 0 0.43 0.42
HSL 150º 0.75% 0.33% -
HSV(B) 150º 0.86% 0.58% -
XYZ 12.7 22.31 12.23 -
YUV 103.43 117.59 69.2 -
System Red Green Blue C M Y K H S L
Decimal 21 149 85 0.86 0 0.43 0.42 150 0.75 0.33
Hex 15 95 55 56 0 2B 2A 96 4B 21
Octal 25 225 125 126 0 53 52 226 113 41
Binary 10101 10010101 1010101 1010110 0 101011 101010 10010110 1001011 100001

Color Harmonies of #159555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159555

Black with #159555

Text Example


Text Example

White with #159555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159555; }

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

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

background-color css

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

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

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

border-color css

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

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

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