#008A5C

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

Shades of Shamrock Green #008A5C

Tints of Shamrock Green #008A5C

Color information

#008A5C (or 0x008A5C) is unknown color: approx Shamrock Green. HEX triplet: 00, 8A and 5C. RGB value is (0,138,92). Sum of RGB (Red+Green+Blue) = 0+138+92=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 138 (54.30% from 255 or 60% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 138 - color contains mainly: green. Hex color #008A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A5C is #FF75A3. Grayscale: #5B5B5B. Windows color (decimal): -16741796 or 6064640. OLE color: 6064640.

HSL color Cylindrical-coordinate representation of color #008A5C: hue angle of 160º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A5C is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB013892-
CMYK100.330.46
HSL160º100%27.06%-
HSV(B)160º100%54.12%-
XYZ11.0218.9513.2-
YUV91.49128.2862.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 60%
BLUE value IS 92 (36.33% from 255) = 40%
R=0%
G=60%
B=40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal013892100.330.4616010027.06
Hex08A5C640212Ea0641b
Octal02121341440415624014433
Binary01000101010111001100100010000110111010100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008A5C; }

 p { color: rgb(0,138,92); }

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

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

 a { background-color: rgb(0,138,92); }

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

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

 span { border-color: rgb(0,138,92); }

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