#05AF56

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

Shades of Pigment Green #05AF56

Tints of Pigment Green #05AF56

Color information

#05AF56 (or 0x05AF56) is unknown color: approx Pigment Green. HEX triplet: 05, AF and 56. RGB value is (5,175,86). Sum of RGB (Red+Green+Blue) = 5+175+86=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AF56 is #FA50A9. Grayscale: #727272. Windows color (decimal): -16404650 or 5680901. OLE color: 5680901.

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

Color convert

RGB517586-
CMYK0.9700.510.31
HSL148.59º94.44%35.29%-
HSV(B)148.59º97.14%68.63%-
XYZ17.0731.3613.96-
YUV114.02112.1850.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 175 (68.75% from 255) = 65.79%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=1.88%
G=65.79%
B=32.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5175860.9700.510.31148.5994.4435.29
Hex5AF56610331F955e23
Octal52571261410633722513643
Binary1011010111110101101100001011001111111100101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,175,86); }

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

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

 a { background-color: rgb(5,175,86); }

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

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

 span { border-color: rgb(5,175,86); }

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