Html Css Color HEX #159C55 Pigment Green

📋 copy color: '#159C55'

red 21 ◦ green 156 ◦ blue 85

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

Shades of Pigment Green #159C55

Tints of Pigment Green #159C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 59.54%

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

R = 8.02%
G = 59.54%
B = 32.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#159C55 (or 0x159C55) is known color: Pigment Green. HEX triplet: 15, 9C and 55. RGB value is (21,156,85). Sum of RGB (Red+Green+Blue) = 21+156+85=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 156 (61.33% from 255 or 59.54% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 156 - color contains mainly: green. Hex color #159C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C55 is #EA63AA. Grayscale: #6B6B6B. Windows color (decimal): -15360939 or 5610517. OLE color: 5610517.

HSL color Cylindrical-coordinate representation of color #159C55: hue angle of 148.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C55 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 156 85 -
CMYK 0.87 0 0.46 0.39
HSL 148.44º 0.76% 0.35% -
HSV(B) 148.44º 0.87% 0.61% -
XYZ 13.84 24.59 12.61 -
YUV 107.54 115.27 66.27 -
System Red Green Blue C M Y K H S L
Decimal 21 156 85 0.87 0 0.46 0.39 148.44 0.76 0.35
Hex 15 9C 55 57 0 2E 27 94 4C 23
Octal 25 234 125 127 0 56 47 224 114 43
Binary 10101 10011100 1010101 1010111 0 101110 100111 10010100 1001100 100011

Color Harmonies of #159C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159C55

Black with #159C55

Text Example


Text Example

White with #159C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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