#05AD4A

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

Shades of Pigment Green #05AD4A

Tints of Pigment Green #05AD4A

Color information

#05AD4A (or 0x05AD4A) is unknown color: approx Pigment Green. HEX triplet: 05, AD and 4A. RGB value is (5,173,74). Sum of RGB (Red+Green+Blue) = 5+173+74=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD4A is #FA52B5. Grayscale: #6F6F6F. Windows color (decimal): -16405174 or 4893957. OLE color: 4893957.

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

Color convert

RGB517374-
CMYK0.9700.570.32
HSL144.64º94.38%34.9%-
HSV(B)144.64º97.11%67.84%-
XYZ16.2430.4111.49-
YUV111.48106.8452.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 173 (67.97% from 255) = 68.65%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=1.98%
G=68.65%
B=29.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5173740.9700.570.32144.6494.3834.9
Hex5AD4A6103920915e23
Octal52551121410714022113643
Binary10110101101100101011000010111001100000100100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,173,74); }

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

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

 a { background-color: rgb(5,173,74); }

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

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

 span { border-color: rgb(5,173,74); }

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