#088B5F

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

Shades of Shamrock Green #088B5F

Tints of Shamrock Green #088B5F

Color information

#088B5F (or 0x088B5F) is unknown color: approx Shamrock Green. HEX triplet: 08, 8B and 5F. RGB value is (8,139,95). Sum of RGB (Red+Green+Blue) = 8+139+95=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #088B5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B5F is #F774A0. Grayscale: #5E5E5E. Windows color (decimal): -16217249 or 6261512. OLE color: 6261512.

HSL color Cylindrical-coordinate representation of color #088B5F: hue angle of 159.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B5F is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB813995-
CMYK0.9400.320.45
HSL159.85º89.12%28.82%-
HSV(B)159.85º94.24%54.51%-
XYZ11.419.3413.96-
YUV94.81128.166.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.31%
GREEN value IS 139 (54.69% from 255) = 57.44%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=3.31%
G=57.44%
B=39.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8139950.9400.320.45159.8589.1228.82
Hex88B5F5E0202Da0591d
Octal102131371360405524013135
Binary10001000101110111111011110010000010110110100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088B5F; }

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

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

<style>
 a { background-color: #088B5F; }

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

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

<style>
 span { border-color: #088B5F; }

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

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