#03AF5B

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

Shades of Pigment Green #03AF5B

Tints of Pigment Green #03AF5B

Color information

#03AF5B (or 0x03AF5B) is unknown color: approx Pigment Green. HEX triplet: 03, AF and 5B. RGB value is (3,175,91). Sum of RGB (Red+Green+Blue) = 3+175+91=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF5B is #FC50A4. Grayscale: #727272. Windows color (decimal): -16535717 or 6008579. OLE color: 6008579.

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

Color convert

RGB317591-
CMYK0.9800.480.31
HSL150.7º96.63%34.9%-
HSV(B)150.7º98.29%68.63%-
XYZ17.2631.4315.06-
YUV114115.0248.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 175 (68.75% from 255) = 65.06%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=1.12%
G=65.06%
B=33.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3175910.9800.480.31150.796.6334.9
Hex3AF5B620301F976123
Octal32571331420603722714143
Binary111010111110110111100010011000011111100101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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