#099462

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

Shades of Shamrock Green #099462

Tints of Shamrock Green #099462

Color information

#099462 (or 0x099462) is unknown color: approx Shamrock Green. HEX triplet: 09, 94 and 62. RGB value is (9,148,98). Sum of RGB (Red+Green+Blue) = 9+148+98=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #099462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099462 is #F66B9D. Grayscale: #646464. Windows color (decimal): -16149406 or 6460425. OLE color: 6460425.

HSL color Cylindrical-coordinate representation of color #099462: hue angle of 158.42º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099462 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB914898-
CMYK0.9400.340.42
HSL158.42º88.54%30.78%-
HSV(B)158.42º93.92%58.04%-
XYZ12.9122.1215.14-
YUV100.74126.4562.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.53%
GREEN value IS 148 (58.20% from 255) = 58.04%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=3.53%
G=58.04%
B=38.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9148980.9400.340.42158.4288.5430.78
Hex994625E0222A9e591f
Octal112241421360425223613137
Binary10011001010011000101011110010001010101010011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099462; }

 p { color: rgb(9,148,98); }

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

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

 a { background-color: rgb(9,148,98); }

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

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

 span { border-color: rgb(9,148,98); }

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