#01955A

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

Shades of Shamrock Green #01955A

Tints of Shamrock Green #01955A

Color information

#01955A (or 0x01955A) is unknown color: approx Shamrock Green. HEX triplet: 01, 95 and 5A. RGB value is (1,149,90). Sum of RGB (Red+Green+Blue) = 1+149+90=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #01955A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01955A is #FE6AA5. Grayscale: #626262. Windows color (decimal): -16673446 or 5936385. OLE color: 5936385.

HSL color Cylindrical-coordinate representation of color #01955A: hue angle of 156.08º 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 #01955A is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB114990-
CMYK0.9900.400.42
HSL156.08º98.67%29.41%-
HSV(B)156.08º99.33%58.43%-
XYZ12.6122.2413.3-
YUV98.02123.4758.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 149 (58.59% from 255) = 62.08%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=0.42%
G=62.08%
B=37.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1149900.9900.400.42156.0898.6729.41
Hex1955A630282A9c631d
Octal12251321430505223414335
Binary11001010110110101100011010100010101010011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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