#0F9864

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

Shades of Shamrock Green #0F9864

Tints of Shamrock Green #0F9864

Color information

#0F9864 (or 0x0F9864) is unknown color: approx Shamrock Green. HEX triplet: 0F, 98 and 64. RGB value is (15,152,100). Sum of RGB (Red+Green+Blue) = 15+152+100=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9864 is #F0679B. Grayscale: #696969. Windows color (decimal): -15755164 or 6592527. OLE color: 6592527.

HSL color Cylindrical-coordinate representation of color #0F9864: hue angle of 157.23º 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 #0F9864 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15152100-
CMYK0.9000.340.40
HSL157.23º82.04%32.75%-
HSV(B)157.23º90.13%59.61%-
XYZ13.7323.4815.86-
YUV105.11125.1163.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.62%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=5.62%
G=56.93%
B=37.45%

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
Decimal151521000.9000.340.40157.2382.0432.75
HexF98645A022289d5221
Octal172301441320425023512241
Binary111110011000110010010110100100010101000100111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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