#0A985C

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

Shades of Shamrock Green #0A985C

Tints of Shamrock Green #0A985C

Color information

#0A985C (or 0x0A985C) is unknown color: approx Shamrock Green. HEX triplet: 0A, 98 and 5C. RGB value is (10,152,92). Sum of RGB (Red+Green+Blue) = 10+152+92=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #0A985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A985C is #F567A3. Grayscale: #666666. Windows color (decimal): -16082852 or 6068234. OLE color: 6068234.

HSL color Cylindrical-coordinate representation of color #0A985C: hue angle of 154.65º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A985C is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1015292-
CMYK0.9300.390.40
HSL154.65º87.65%31.76%-
HSV(B)154.65º93.42%59.61%-
XYZ13.2923.2913.92-
YUV102.7121.9661.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.94%
GREEN value IS 152 (59.77% from 255) = 59.84%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=3.94%
G=59.84%
B=36.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10152920.9300.390.40154.6587.6531.76
HexA985C5D027289b5820
Octal122301341350475023313040
Binary101010011000101110010111010100111101000100110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,152,92); }

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

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

 a { background-color: rgb(10,152,92); }

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

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

 span { border-color: rgb(10,152,92); }

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