#08965D

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

Shades of Shamrock Green #08965D

Tints of Shamrock Green #08965D

Color information

#08965D (or 0x08965D) is unknown color: approx Shamrock Green. HEX triplet: 08, 96 and 5D. RGB value is (8,150,93). Sum of RGB (Red+Green+Blue) = 8+150+93=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #08965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08965D is #F769A2. Grayscale: #656565. Windows color (decimal): -16214435 or 6133256. OLE color: 6133256.

HSL color Cylindrical-coordinate representation of color #08965D: hue angle of 155.92º 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 #08965D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB815093-
CMYK0.9500.380.41
HSL155.92º89.87%30.98%-
HSV(B)155.92º94.67%58.82%-
XYZ12.9822.6514.04-
YUV101.04123.4661.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 150 (58.98% from 255) = 59.76%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=3.19%
G=59.76%
B=37.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8150930.9500.380.41155.9289.8730.98
Hex8965D5F026299c5a1f
Octal102261351370465123413237
Binary10001001011010111011011111010011010100110011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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