#0F8E5B

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

Shades of Shamrock Green #0F8E5B

Tints of Shamrock Green #0F8E5B

Color information

#0F8E5B (or 0x0F8E5B) is unknown color: approx Shamrock Green. HEX triplet: 0F, 8E and 5B. RGB value is (15,142,91). Sum of RGB (Red+Green+Blue) = 15+142+91=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8E5B is #F071A4. Grayscale: #626262. Windows color (decimal): -15757733 or 6000143. OLE color: 6000143.

HSL color Cylindrical-coordinate representation of color #0F8E5B: hue angle of 155.91º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8E5B is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB1514291-
CMYK0.8900.360.44
HSL155.91º80.89%30.78%-
HSV(B)155.91º89.44%55.69%-
XYZ11.7620.213.18-
YUV98.21123.9268.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 142 (55.86% from 255) = 57.26%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=6.05%
G=57.26%
B=36.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15142910.8900.360.44155.9180.8930.78
HexF8E5B590242C9c511f
Octal172161331310445423412137
Binary11111000111010110111011001010010010110010011100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F8E5B; }

 p { color: rgb(15,142,91); }

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

<style>
 a { background-color: #0F8E5B; }

 a { background-color: rgb(15,142,91); }

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

<style>
 span { border-color: #0F8E5B; }

 span { border-color: rgb(15,142,91); }

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