#05A443

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

Shades of Pigment Green #05A443

Tints of Pigment Green #05A443

Color information

#05A443 (or 0x05A443) is unknown color: approx Pigment Green. HEX triplet: 05, A4 and 43. RGB value is (5,164,67). Sum of RGB (Red+Green+Blue) = 5+164+67=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 164 (64.45% from 255 or 69.49% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 164 - color contains mainly: green. Hex color #05A443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A443 is #FA5BBC. Grayscale: #696969. Windows color (decimal): -16407485 or 4432901. OLE color: 4432901.

HSL color Cylindrical-coordinate representation of color #05A443: hue angle of 143.4º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A443 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB516467-
CMYK0.9700.590.36
HSL143.4º94.08%33.14%-
HSV(B)143.4º96.95%64.31%-
XYZ14.3526.999.76-
YUV105.4106.3256.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 164 (64.45% from 255) = 69.49%
BLUE value IS 67 (26.56% from 255) = 28.39%
R=2.12%
G=69.49%
B=28.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5164670.9700.590.36143.494.0833.14
Hex5A4436103B248f5e21
Octal52441031410734421713641
Binary10110100100100001111000010111011100100100011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,164,67); }

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

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

 a { background-color: rgb(5,164,67); }

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

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

 span { border-color: rgb(5,164,67); }

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