#03A85E

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

Shades of Shamrock Green #03A85E

Tints of Shamrock Green #03A85E

Color information

#03A85E (or 0x03A85E) is unknown color: approx Shamrock Green. HEX triplet: 03, A8 and 5E. RGB value is (3,168,94). Sum of RGB (Red+Green+Blue) = 3+168+94=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #03A85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A85E is #FC57A1. Grayscale: #6E6E6E. Windows color (decimal): -16537506 or 6203395. OLE color: 6203395.

HSL color Cylindrical-coordinate representation of color #03A85E: hue angle of 153.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A85E is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB316894-
CMYK0.9800.440.34
HSL153.09º96.49%33.53%-
HSV(B)153.09º98.21%65.88%-
XYZ16.0628.8315.31-
YUV110.23118.8451.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 168 (66.02% from 255) = 63.40%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=1.13%
G=63.40%
B=35.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal3168940.9800.440.34153.0996.4933.53
Hex3A85E6202C22996022
Octal32501361420544223114042
Binary1110101000101111011000100101100100010100110011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,168,94); }

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

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

 a { background-color: rgb(3,168,94); }

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

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

 span { border-color: rgb(3,168,94); }

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