#08985A

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

Shades of Shamrock Green #08985A

Tints of Shamrock Green #08985A

Color information

#08985A (or 0x08985A) is unknown color: approx Shamrock Green. HEX triplet: 08, 98 and 5A. RGB value is (8,152,90). Sum of RGB (Red+Green+Blue) = 8+152+90=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #08985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08985A is #F767A5. Grayscale: #656565. Windows color (decimal): -16213926 or 5937160. OLE color: 5937160.

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

Color convert

RGB815290-
CMYK0.9500.410.40
HSL154.17º90%31.37%-
HSV(B)154.17º94.74%59.61%-
XYZ13.1723.2513.47-
YUV101.88121.2961.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.2%
GREEN value IS 152 (59.77% from 255) = 60.8%
BLUE value IS 90 (35.55% from 255) = 36%
R=3.2%
G=60.8%
B=36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8152900.9500.410.40154.179031.37
Hex8985A5F029289a5a1f
Octal102301321370515023213237
Binary10001001100010110101011111010100110100010011010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,152,90); }

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

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

 a { background-color: rgb(8,152,90); }

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

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

 span { border-color: rgb(8,152,90); }

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