#01985F

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

Shades of Shamrock Green #01985F

Tints of Shamrock Green #01985F

Color information

#01985F (or 0x01985F) is unknown color: approx Shamrock Green. HEX triplet: 01, 98 and 5F. RGB value is (1,152,95). Sum of RGB (Red+Green+Blue) = 1+152+95=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #01985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01985F is #FE67A0. Grayscale: #646464. Windows color (decimal): -16672673 or 6264833. OLE color: 6264833.

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

Color convert

RGB115295-
CMYK0.9900.380.40
HSL157.35º98.69%30%-
HSV(B)157.35º99.34%59.61%-
XYZ13.3123.2914.62-
YUV100.35124.9757.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 152 (59.77% from 255) = 61.29%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=0.40%
G=61.29%
B=38.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1152950.9900.380.40157.3598.6930
Hex1985F63026289d631e
Octal12301371430465023514336
Binary11001100010111111100011010011010100010011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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