#03AD5C

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

Shades of Pigment Green #03AD5C

Tints of Pigment Green #03AD5C

Color information

#03AD5C (or 0x03AD5C) is unknown color: approx Pigment Green. HEX triplet: 03, AD and 5C. RGB value is (3,173,92). Sum of RGB (Red+Green+Blue) = 3+173+92=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD5C is #FC52A3. Grayscale: #717171. Windows color (decimal): -16536228 or 6073603. OLE color: 6073603.

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

Color convert

RGB317392-
CMYK0.9800.470.32
HSL151.41º96.59%34.51%-
HSV(B)151.41º98.27%67.84%-
XYZ16.9130.6815.16-
YUV112.94116.1849.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 173 (67.97% from 255) = 64.55%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=1.12%
G=64.55%
B=34.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3173920.9800.470.32151.4196.5934.51
Hex3AD5C6202F20976123
Octal32551341420574022714143
Binary1110101101101110011000100101111100000100101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AD5C; }

 p { color: rgb(3,173,92); }

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

<style>
 a { background-color: #03AD5C; }

 a { background-color: rgb(3,173,92); }

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

<style>
 span { border-color: #03AD5C; }

 span { border-color: rgb(3,173,92); }

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