#0A9462

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

Shades of Shamrock Green #0A9462

Tints of Shamrock Green #0A9462

Color information

#0A9462 (or 0x0A9462) is unknown color: approx Shamrock Green. HEX triplet: 0A, 94 and 62. RGB value is (10,148,98). Sum of RGB (Red+Green+Blue) = 10+148+98=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9462 is #F56B9D. Grayscale: #656565. Windows color (decimal): -16083870 or 6460426. OLE color: 6460426.

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

Color convert

RGB1014898-
CMYK0.9300.340.42
HSL158.26º87.34%30.98%-
HSV(B)158.26º93.24%58.04%-
XYZ12.9222.1315.15-
YUV101.04126.2863.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.91%
GREEN value IS 148 (58.20% from 255) = 57.81%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=3.91%
G=57.81%
B=38.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148980.9300.340.42158.2687.3430.98
HexA94625D0222A9e571f
Octal122241421350425223612737
Binary10101001010011000101011101010001010101010011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9462; }

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

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

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

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

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

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

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

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