#15B05C

Color #15B05C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #15B05C

Tints of Pigment Green #15B05C

Color information

#15B05C (or 0x15B05C) is unknown color: approx Pigment Green. HEX triplet: 15, B0 and 5C. RGB value is (21,176,92). Sum of RGB (Red+Green+Blue) = 21+176+92=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #15B05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15B05C is #EA4FA3. Grayscale: #787878. Windows color (decimal): -15355812 or 6074389. OLE color: 6074389.

HSL color Cylindrical-coordinate representation of color #15B05C: hue angle of 147.48º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B05C is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB2117692-
CMYK0.8800.480.31
HSL147.48º78.68%38.63%-
HSV(B)147.48º88.07%69.02%-
XYZ17.7731.9815.36-
YUV120.08112.1557.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 176 (69.14% from 255) = 60.90%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=7.27%
G=60.90%
B=31.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21176920.8800.480.31147.4878.6838.63
Hex15B05C580301F934f27
Octal252601341300603722311747
Binary101011011000010111001011000011000011111100100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15B05C; }

 p { color: rgb(21,176,92); }

 H1.HeaderClassName
 {
   color: #15B05C;
 }
 .AnyTagClassName
 {
   color: #15B05C;
 }
</style>
background-color css

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

 a { background-color: rgb(21,176,92); }

 div.DivClassName
 {
   background-color: #15B05C;
 }
 .BgClassName
 {
   background-color: #15B05C;
 }
</style>
border-color css

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

 span { border-color: rgb(21,176,92); }

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