#01955F

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

Shades of Shamrock Green #01955F

Tints of Shamrock Green #01955F

Color information

#01955F (or 0x01955F) is unknown color: approx Shamrock Green. HEX triplet: 01, 95 and 5F. RGB value is (1,149,95). Sum of RGB (Red+Green+Blue) = 1+149+95=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #01955F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01955F is #FE6AA0. Grayscale: #626262. Windows color (decimal): -16673441 or 6264065. OLE color: 6264065.

HSL color Cylindrical-coordinate representation of color #01955F: hue angle of 158.11º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01955F is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB114995-
CMYK0.9900.360.42
HSL158.11º98.67%29.41%-
HSV(B)158.11º99.33%58.43%-
XYZ12.8322.3314.46-
YUV98.59125.9758.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 149 (58.59% from 255) = 60.82%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=0.41%
G=60.82%
B=38.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1149950.9900.360.42158.1198.6729.41
Hex1955F630242A9e631d
Octal12251371430445223614335
Binary11001010110111111100011010010010101010011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01955F; }

 p { color: rgb(1,149,95); }

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

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

 a { background-color: rgb(1,149,95); }

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

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

 span { border-color: rgb(1,149,95); }

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