#018955

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

Shades of Shamrock Green #018955

Tints of Shamrock Green #018955

Color information

#018955 (or 0x018955) is unknown color: approx Shamrock Green. HEX triplet: 01, 89 and 55. RGB value is (1,137,85). Sum of RGB (Red+Green+Blue) = 1+137+85=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #018955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018955 is #FE76AA. Grayscale: #5A5A5A. Windows color (decimal): -16676523 or 5605633. OLE color: 5605633.

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

Color convert

RGB113785-
CMYK0.9900.380.46
HSL157.06º98.55%27.06%-
HSV(B)157.06º99.27%53.73%-
XYZ10.618.5511.62-
YUV90.41124.9464.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 137 (53.91% from 255) = 61.43%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=0.45%
G=61.43%
B=38.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1137850.9900.380.46157.0698.5527.06
Hex18955630262E9d631b
Octal12111251430465623514333
Binary11000100110101011100011010011010111010011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018955; }

 p { color: rgb(1,137,85); }

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

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

 a { background-color: rgb(1,137,85); }

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

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

 span { border-color: rgb(1,137,85); }

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