#05AC46

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

Shades of Pigment Green #05AC46

Tints of Pigment Green #05AC46

Color information

#05AC46 (or 0x05AC46) is unknown color: approx Pigment Green. HEX triplet: 05, AC and 46. RGB value is (5,172,70). Sum of RGB (Red+Green+Blue) = 5+172+70=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AC46 is #FA53B9. Grayscale: #6E6E6E. Windows color (decimal): -16405434 or 4631557. OLE color: 4631557.

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

Color convert

RGB517270-
CMYK0.9700.590.33
HSL143.35º94.35%34.71%-
HSV(B)143.35º97.09%67.45%-
XYZ15.9229.9810.74-
YUV110.44105.1752.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 172 (67.58% from 255) = 69.64%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=2.02%
G=69.64%
B=28.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5172700.9700.590.33143.3594.3534.71
Hex5AC466103B218f5e23
Octal52541061410734121713643
Binary10110101100100011011000010111011100001100011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,172,70); }

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

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

 a { background-color: rgb(5,172,70); }

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

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

 span { border-color: rgb(5,172,70); }

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