#03AF5D

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

Shades of Pigment Green #03AF5D

Tints of Pigment Green #03AF5D

Color information

#03AF5D (or 0x03AF5D) is unknown color: approx Pigment Green. HEX triplet: 03, AF and 5D. RGB value is (3,175,93). Sum of RGB (Red+Green+Blue) = 3+175+93=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF5D is #FC50A2. Grayscale: #727272. Windows color (decimal): -16535715 or 6139651. OLE color: 6139651.

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

Color convert

RGB317593-
CMYK0.9800.470.31
HSL151.4º96.63%34.9%-
HSV(B)151.4º98.29%68.63%-
XYZ17.3431.4715.52-
YUV114.22116.0248.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 175 (68.75% from 255) = 64.58%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=1.11%
G=64.58%
B=34.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3175930.9800.470.31151.496.6334.9
Hex3AF5D6202F1F976123
Octal32571351420573722714143
Binary111010111110111011100010010111111111100101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,175,93); }

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

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

 a { background-color: rgb(3,175,93); }

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

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

 span { border-color: rgb(3,175,93); }

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