#05A64D

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

Shades of Pigment Green #05A64D

Tints of Pigment Green #05A64D

Color information

#05A64D (or 0x05A64D) is unknown color: approx Pigment Green. HEX triplet: 05, A6 and 4D. RGB value is (5,166,77). Sum of RGB (Red+Green+Blue) = 5+166+77=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #05A64D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A64D is #FA59B2. Grayscale: #6B6B6B. Windows color (decimal): -16406963 or 5088773. OLE color: 5088773.

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

Color convert

RGB516677-
CMYK0.9700.540.35
HSL146.83º94.15%33.53%-
HSV(B)146.83º96.99%65.1%-
XYZ15.0427.8411.6-
YUV107.72110.6654.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 166 (65.23% from 255) = 66.94%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=2.02%
G=66.94%
B=31.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5166770.9700.540.35146.8394.1533.53
Hex5A64D6103623935e22
Octal52461151410664322313642
Binary10110100110100110111000010110110100011100100111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,166,77); }

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

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

 a { background-color: rgb(5,166,77); }

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

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

 span { border-color: rgb(5,166,77); }

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