#05AD43

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

Shades of Pigment Green #05AD43

Tints of Pigment Green #05AD43

Color information

#05AD43 (or 0x05AD43) is unknown color: approx Pigment Green. HEX triplet: 05, AD and 43. RGB value is (5,173,67). Sum of RGB (Red+Green+Blue) = 5+173+67=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD43 is #FA52BC. Grayscale: #6E6E6E. Windows color (decimal): -16405181 or 4435205. OLE color: 4435205.

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

Color convert

RGB517367-
CMYK0.9700.610.32
HSL142.14º94.38%34.9%-
HSV(B)142.14º97.11%67.84%-
XYZ16.0230.3210.32-
YUV110.68103.3452.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.04%
GREEN value IS 173 (67.97% from 255) = 70.61%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=2.04%
G=70.61%
B=27.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5173670.9700.610.32142.1494.3834.9
Hex5AD436103D208e5e23
Octal52551031410754021613643
Binary10110101101100001111000010111101100000100011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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