#05B15A

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

Shades of Pigment Green #05B15A

Tints of Pigment Green #05B15A

Color information

#05B15A (or 0x05B15A) is unknown color: approx Pigment Green. HEX triplet: 05, B1 and 5A. RGB value is (5,177,90). Sum of RGB (Red+Green+Blue) = 5+177+90=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #05B15A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B15A is #FA4EA5. Grayscale: #737373. Windows color (decimal): -16404134 or 5943557. OLE color: 5943557.

HSL color Cylindrical-coordinate representation of color #05B15A: hue angle of 149.65º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B15A is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB517790-
CMYK0.9700.490.31
HSL149.65º94.51%35.69%-
HSV(B)149.65º97.18%69.41%-
XYZ17.6332.2114.96-
YUV115.65113.5249.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.84%
GREEN value IS 177 (69.53% from 255) = 65.07%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=1.84%
G=65.07%
B=33.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5177900.9700.490.31149.6594.5135.69
Hex5B15A610311F965f24
Octal52611321410613722613744
Binary1011011000110110101100001011000111111100101101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B15A; }

 p { color: rgb(5,177,90); }

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

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

 a { background-color: rgb(5,177,90); }

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

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

 span { border-color: rgb(5,177,90); }

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