#05AC5C

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

Shades of Pigment Green #05AC5C

Tints of Pigment Green #05AC5C

Color information

#05AC5C (or 0x05AC5C) is unknown color: approx Pigment Green. HEX triplet: 05, AC and 5C. RGB value is (5,172,92). Sum of RGB (Red+Green+Blue) = 5+172+92=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AC5C is #FA53A3. Grayscale: #717171. Windows color (decimal): -16405412 or 6073349. OLE color: 6073349.

HSL color Cylindrical-coordinate representation of color #05AC5C: hue angle of 151.26º 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 #05AC5C is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB517292-
CMYK0.9700.470.33
HSL151.26º94.35%34.71%-
HSV(B)151.26º97.09%67.45%-
XYZ16.7530.3115.09-
YUV112.95116.1751-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.86%
GREEN value IS 172 (67.58% from 255) = 63.94%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=1.86%
G=63.94%
B=34.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5172920.9700.470.33151.2694.3534.71
Hex5AC5C6102F21975e23
Octal52541341410574122713643
Binary10110101100101110011000010101111100001100101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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