#01965F

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

Shades of Shamrock Green #01965F

Tints of Shamrock Green #01965F

Color information

#01965F (or 0x01965F) is unknown color: approx Shamrock Green. HEX triplet: 01, 96 and 5F. RGB value is (1,150,95). Sum of RGB (Red+Green+Blue) = 1+150+95=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #01965F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01965F is #FE69A0. Grayscale: #636363. Windows color (decimal): -16673185 or 6264321. OLE color: 6264321.

HSL color Cylindrical-coordinate representation of color #01965F: hue angle of 157.85º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01965F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB115095-
CMYK0.9900.370.41
HSL157.85º98.68%29.61%-
HSV(B)157.85º99.33%58.82%-
XYZ12.9822.6514.51-
YUV99.18125.6457.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 150 (58.98% from 255) = 60.98%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=0.41%
G=60.98%
B=38.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1150950.9900.370.41157.8598.6829.61
Hex1965F63025299e631e
Octal12261371430455123614336
Binary11001011010111111100011010010110100110011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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