#0A9C69

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

Shades of Shamrock Green #0A9C69

Tints of Shamrock Green #0A9C69

Color information

#0A9C69 (or 0x0A9C69) is unknown color: approx Shamrock Green. HEX triplet: 0A, 9C and 69. RGB value is (10,156,105). Sum of RGB (Red+Green+Blue) = 10+156+105=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C69 is #F56396. Grayscale: #6A6A6A. Windows color (decimal): -16081815 or 6921226. OLE color: 6921226.

HSL color Cylindrical-coordinate representation of color #0A9C69: hue angle of 159.04º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C69 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB10156105-
CMYK0.9400.330.39
HSL159.04º87.95%32.55%-
HSV(B)159.04º93.59%61.18%-
XYZ14.5624.8617.4-
YUV106.53127.1359.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 156 (61.33% from 255) = 57.56%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=3.69%
G=57.56%
B=38.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101561050.9400.330.39159.0487.9532.55
HexA9C695E021279f5821
Octal122341511360414723713041
Binary101010011100110100110111100100001100111100111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,156,105); }

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

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

 a { background-color: rgb(10,156,105); }

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

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

 span { border-color: rgb(10,156,105); }

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