#08965F

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

Shades of Shamrock Green #08965F

Tints of Shamrock Green #08965F

Color information

#08965F (or 0x08965F) is unknown color: approx Shamrock Green. HEX triplet: 08, 96 and 5F. RGB value is (8,150,95). Sum of RGB (Red+Green+Blue) = 8+150+95=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #08965F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08965F is #F769A0. Grayscale: #656565. Windows color (decimal): -16214433 or 6264328. OLE color: 6264328.

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

Color convert

RGB815095-
CMYK0.9500.370.41
HSL156.76º89.87%30.98%-
HSV(B)156.76º94.67%58.82%-
XYZ13.0722.6914.52-
YUV101.27124.4661.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 150 (58.98% from 255) = 59.29%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=3.16%
G=59.29%
B=37.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8150950.9500.370.41156.7689.8730.98
Hex8965F5F025299d5a1f
Octal102261371370455123513237
Binary10001001011010111111011111010010110100110011101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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