#009463

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

Shades of Shamrock Green #009463

Tints of Shamrock Green #009463

Color information

#009463 (or 0x009463) is unknown color: approx Shamrock Green. HEX triplet: 00, 94 and 63. RGB value is (0,148,99). Sum of RGB (Red+Green+Blue) = 0+148+99=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #009463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009463 is #FF6B9C. Grayscale: #626262. Windows color (decimal): -16739229 or 6525952. OLE color: 6525952.

HSL color Cylindrical-coordinate representation of color #009463: hue angle of 160.14º 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 #009463 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB014899-
CMYK100.330.42
HSL160.14º100%29.02%-
HSV(B)160.14º100%58.04%-
XYZ12.8422.0815.39-
YUV98.16128.4757.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 59.92%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=0%
G=59.92%
B=40.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014899100.330.42160.1410029.02
Hex09463640212Aa0641d
Octal02241431440415224014435
Binary01001010011000111100100010000110101010100000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009463; }

 p { color: rgb(0,148,99); }

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

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

 a { background-color: rgb(0,148,99); }

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

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

 span { border-color: rgb(0,148,99); }

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