#0F9A65

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

Shades of Shamrock Green #0F9A65

Tints of Shamrock Green #0F9A65

Color information

#0F9A65 (or 0x0F9A65) is unknown color: approx Shamrock Green. HEX triplet: 0F, 9A and 65. RGB value is (15,154,101). Sum of RGB (Red+Green+Blue) = 15+154+101=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9A65 is #F0659A. Grayscale: #6A6A6A. Windows color (decimal): -15754651 or 6658575. OLE color: 6658575.

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

Color convert

RGB15154101-
CMYK0.9000.340.40
HSL157.12º82.25%33.14%-
HSV(B)157.12º90.26%60.39%-
XYZ14.124.1516.23-
YUV106.4124.9562.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.56%
GREEN value IS 154 (60.55% from 255) = 57.04%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=5.56%
G=57.04%
B=37.41%

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
Decimal151541010.9000.340.40157.1282.2533.14
HexF9A655A022289d5221
Octal172321451320425023512241
Binary111110011010110010110110100100010101000100111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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