#0F9865

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

Shades of Shamrock Green #0F9865

Tints of Shamrock Green #0F9865

Color information

#0F9865 (or 0x0F9865) is unknown color: approx Shamrock Green. HEX triplet: 0F, 98 and 65. RGB value is (15,152,101). Sum of RGB (Red+Green+Blue) = 15+152+101=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9865 is #F0679A. Grayscale: #696969. Windows color (decimal): -15755163 or 6658063. OLE color: 6658063.

HSL color Cylindrical-coordinate representation of color #0F9865: hue angle of 157.66º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9865 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15152101-
CMYK0.9000.340.40
HSL157.66º82.04%32.75%-
HSV(B)157.66º90.13%59.61%-
XYZ13.7723.516.12-
YUV105.22125.6163.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.60%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=5.60%
G=56.72%
B=37.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151521010.9000.340.40157.6682.0432.75
HexF98655A022289e5221
Octal172301451320425023612241
Binary111110011000110010110110100100010101000100111101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,152,101); }

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

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

 a { background-color: rgb(15,152,101); }

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

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

 span { border-color: rgb(15,152,101); }

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