#009360

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

Shades of Shamrock Green #009360

Tints of Shamrock Green #009360

Color information

#009360 (or 0x009360) is unknown color: approx Shamrock Green. HEX triplet: 00, 93 and 60. RGB value is (0,147,96). Sum of RGB (Red+Green+Blue) = 0+147+96=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #009360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009360 is #FF6C9F. Grayscale: #616161. Windows color (decimal): -16739488 or 6329088. OLE color: 6329088.

HSL color Cylindrical-coordinate representation of color #009360: hue angle of 159.18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009360 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB014796-
CMYK100.350.42
HSL159.18º100%28.82%-
HSV(B)159.18º100%57.65%-
XYZ12.5521.7114.6-
YUV97.23127.358.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 60.49%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=0%
G=60.49%
B=39.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014796100.350.42159.1810028.82
Hex09360640232A9f641d
Octal02231401440435223714435
Binary01001001111000001100100010001110101010011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009360; }

 p { color: rgb(0,147,96); }

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

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

 a { background-color: rgb(0,147,96); }

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

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

 span { border-color: rgb(0,147,96); }

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