#03AD54

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

Shades of Pigment Green #03AD54

Tints of Pigment Green #03AD54

Color information

#03AD54 (or 0x03AD54) is unknown color: approx Pigment Green. HEX triplet: 03, AD and 54. RGB value is (3,173,84). Sum of RGB (Red+Green+Blue) = 3+173+84=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD54 is #FC52AB. Grayscale: #707070. Windows color (decimal): -16536236 or 5549315. OLE color: 5549315.

HSL color Cylindrical-coordinate representation of color #03AD54: hue angle of 148.59º 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 #03AD54 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB317384-
CMYK0.9800.510.32
HSL148.59º96.59%34.51%-
HSV(B)148.59º98.27%67.84%-
XYZ16.5830.5513.41-
YUV112.02112.1850.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 173 (67.97% from 255) = 66.54%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=1.15%
G=66.54%
B=32.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3173840.9800.510.32148.5996.5934.51
Hex3AD546203320956123
Octal32551241420634022514143
Binary1110101101101010011000100110011100000100101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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