#008A5A

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

Shades of Shamrock Green #008A5A

Tints of Shamrock Green #008A5A

Color information

#008A5A (or 0x008A5A) is unknown color: approx Shamrock Green. HEX triplet: 00, 8A and 5A. RGB value is (0,138,90). Sum of RGB (Red+Green+Blue) = 0+138+90=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #008A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A5A is #FF75A5. Grayscale: #5B5B5B. Windows color (decimal): -16741798 or 5933568. OLE color: 5933568.

HSL color Cylindrical-coordinate representation of color #008A5A: hue angle of 159.13º 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 #008A5A is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB013890-
CMYK100.350.46
HSL159.13º100%27.06%-
HSV(B)159.13º100%54.12%-
XYZ10.9318.9212.75-
YUV91.27127.2862.9-

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.53%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=0%
G=60.53%
B=39.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal013890100.350.46159.1310027.06
Hex08A5A640232E9f641b
Octal02121321440435623714433
Binary01000101010110101100100010001110111010011111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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