#008A4E

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

Shades of Shamrock Green #008A4E

Tints of Shamrock Green #008A4E

Color information

#008A4E (or 0x008A4E) is unknown color: approx Shamrock Green. HEX triplet: 00, 8A and 4E. RGB value is (0,138,78). Sum of RGB (Red+Green+Blue) = 0+138+78=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 138 (54.30% from 255 or 63.89% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 138 - color contains mainly: green. Hex color #008A4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A4E is #FF75B1. Grayscale: #5A5A5A. Windows color (decimal): -16741810 or 5147136. OLE color: 5147136.

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

Color convert

RGB013878-
CMYK100.430.46
HSL153.91º100%27.06%-
HSV(B)153.91º100%54.12%-
XYZ10.4618.7310.27-
YUV89.9121.2863.88-

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) = 63.89%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=0%
G=63.89%
B=36.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal013878100.430.46153.9110027.06
Hex08A4E6402B2E9a641b
Octal02121161440535623214433
Binary01000101010011101100100010101110111010011010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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