#05A944

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

Shades of Pigment Green #05A944

Tints of Pigment Green #05A944

Color information

#05A944 (or 0x05A944) is unknown color: approx Pigment Green. HEX triplet: 05, A9 and 44. RGB value is (5,169,68). Sum of RGB (Red+Green+Blue) = 5+169+68=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 169 (66.41% from 255 or 69.83% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 169 - color contains mainly: green. Hex color #05A944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A944 is #FA56BB. Grayscale: #6C6C6C. Windows color (decimal): -16406204 or 4499717. OLE color: 4499717.

HSL color Cylindrical-coordinate representation of color #05A944: hue angle of 143.05º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A944 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB516968-
CMYK0.9700.600.34
HSL143.05º94.25%34.12%-
HSV(B)143.05º97.04%66.27%-
XYZ15.2928.8310.23-
YUV108.45105.1754.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 169 (66.41% from 255) = 69.83%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=2.07%
G=69.83%
B=28.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5169680.9700.600.34143.0594.2534.12
Hex5A9446103C228f5e22
Octal52511041410744221713642
Binary10110101001100010011000010111100100010100011111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,169,68); }

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

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

 a { background-color: rgb(5,169,68); }

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

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

 span { border-color: rgb(5,169,68); }

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