#03AE5A

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

Shades of Pigment Green #03AE5A

Tints of Pigment Green #03AE5A

Color information

#03AE5A (or 0x03AE5A) is unknown color: approx Pigment Green. HEX triplet: 03, AE and 5A. RGB value is (3,174,90). Sum of RGB (Red+Green+Blue) = 3+174+90=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 174 (68.36% from 255 or 65.17% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AE5A is #FC51A5. Grayscale: #717171. Windows color (decimal): -16535974 or 5942787. OLE color: 5942787.

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

Color convert

RGB317490-
CMYK0.9800.480.32
HSL150.53º96.61%34.71%-
HSV(B)150.53º98.28%68.24%-
XYZ17.0231.0314.77-
YUV113.3114.8549.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 174 (68.36% from 255) = 65.17%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=1.12%
G=65.17%
B=33.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3174900.9800.480.32150.5396.6134.71
Hex3AE5A6203020976123
Octal32561321420604022714143
Binary1110101110101101011000100110000100000100101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,174,90); }

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

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

 a { background-color: rgb(3,174,90); }

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

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

 span { border-color: rgb(3,174,90); }

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