#018F5D

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

Shades of Shamrock Green #018F5D

Tints of Shamrock Green #018F5D

Color information

#018F5D (or 0x018F5D) is unknown color: approx Shamrock Green. HEX triplet: 01, 8F and 5D. RGB value is (1,143,93). Sum of RGB (Red+Green+Blue) = 1+143+93=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 143 (56.25% from 255 or 60.34% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 143 - color contains mainly: green. Hex color #018F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F5D is #FE70A2. Grayscale: #5E5E5E. Windows color (decimal): -16674979 or 6131457. OLE color: 6131457.

HSL color Cylindrical-coordinate representation of color #018F5D: hue angle of 158.87º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F5D is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB114393-
CMYK0.9900.350.44
HSL158.87º98.61%28.24%-
HSV(B)158.87º99.3%56.08%-
XYZ11.8120.4413.68-
YUV94.84126.9661.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 143 (56.25% from 255) = 60.34%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=0.42%
G=60.34%
B=39.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1143930.9900.350.44158.8798.6128.24
Hex18F5D630232C9f631c
Octal12171351430435423714334
Binary11000111110111011100011010001110110010011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018F5D; }

 p { color: rgb(1,143,93); }

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

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

 a { background-color: rgb(1,143,93); }

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

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

 span { border-color: rgb(1,143,93); }

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