#03A460

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

Shades of Shamrock Green #03A460

Tints of Shamrock Green #03A460

Color information

#03A460 (or 0x03A460) is unknown color: approx Shamrock Green. HEX triplet: 03, A4 and 60. RGB value is (3,164,96). Sum of RGB (Red+Green+Blue) = 3+164+96=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 164 (64.45% from 255 or 62.36% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 164 - color contains mainly: green. Hex color #03A460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A460 is #FC5B9F. Grayscale: #6C6C6C. Windows color (decimal): -16538528 or 6333443. OLE color: 6333443.

HSL color Cylindrical-coordinate representation of color #03A460: hue angle of 154.66º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A460 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB316496-
CMYK0.9800.410.36
HSL154.66º96.41%32.75%-
HSV(B)154.66º98.17%64.31%-
XYZ15.4227.4115.54-
YUV108.11121.1653.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 164 (64.45% from 255) = 62.36%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=1.14%
G=62.36%
B=36.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3164960.9800.410.36154.6696.4132.75
Hex3A46062029249b6021
Octal32441401420514423314041
Binary1110100100110000011000100101001100100100110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,164,96); }

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

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

 a { background-color: rgb(3,164,96); }

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

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

 span { border-color: rgb(3,164,96); }

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