#018F61

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

Shades of Shamrock Green #018F61

Tints of Shamrock Green #018F61

Color information

#018F61 (or 0x018F61) is unknown color: approx Shamrock Green. HEX triplet: 01, 8F and 61. RGB value is (1,143,97). Sum of RGB (Red+Green+Blue) = 1+143+97=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #018F61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F61 is #FE709E. Grayscale: #5F5F5F. Windows color (decimal): -16674975 or 6393601. OLE color: 6393601.

HSL color Cylindrical-coordinate representation of color #018F61: hue angle of 160.56º 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 #018F61 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB114397-
CMYK0.9900.320.44
HSL160.56º98.61%28.24%-
HSV(B)160.56º99.3%56.08%-
XYZ11.9920.5114.64-
YUV95.3128.9660.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 143 (56.25% from 255) = 59.34%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=0.41%
G=59.34%
B=40.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1143970.9900.320.44160.5698.6128.24
Hex18F61630202Ca1631c
Octal12171411430405424114334
Binary11000111111000011100011010000010110010100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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