#0F9058

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

Shades of Shamrock Green #0F9058

Tints of Shamrock Green #0F9058

Color information

#0F9058 (or 0x0F9058) is unknown color: approx Shamrock Green. HEX triplet: 0F, 90 and 58. RGB value is (15,144,88). Sum of RGB (Red+Green+Blue) = 15+144+88=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9058 is #F06FA7. Grayscale: #636363. Windows color (decimal): -15757224 or 5804047. OLE color: 5804047.

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

Color convert

RGB1514488-
CMYK0.9000.390.44
HSL153.95º81.13%31.18%-
HSV(B)153.95º89.58%56.47%-
XYZ11.9320.7512.61-
YUV99.04121.7668.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.07%
GREEN value IS 144 (56.64% from 255) = 58.30%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=6.07%
G=58.30%
B=35.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15144880.9000.390.44153.9581.1331.18
HexF90585A0272C9a511f
Octal172201301320475423212137
Binary11111001000010110001011010010011110110010011010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,144,88); }

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

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

 a { background-color: rgb(15,144,88); }

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

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

 span { border-color: rgb(15,144,88); }

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