#0F995E

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

Shades of Shamrock Green #0F995E

Tints of Shamrock Green #0F995E

Color information

#0F995E (or 0x0F995E) is unknown color: approx Shamrock Green. HEX triplet: 0F, 99 and 5E. RGB value is (15,153,94). Sum of RGB (Red+Green+Blue) = 15+153+94=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #0F995E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F995E is #F066A1. Grayscale: #696969. Windows color (decimal): -15754914 or 6199567. OLE color: 6199567.

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

Color convert

RGB1515394-
CMYK0.9000.390.4
HSL154.35º82.14%32.94%-
HSV(B)154.35º90.2%60%-
XYZ13.6123.6914.45-
YUV105.01121.7863.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.73%
GREEN value IS 153 (60.16% from 255) = 58.40%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=5.73%
G=58.40%
B=35.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15153940.9000.390.4154.3582.1432.94
HexF995E5A027289a5221
Octal172311361320475023212241
Binary111110011001101111010110100100111101000100110101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,153,94); }

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

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

 a { background-color: rgb(15,153,94); }

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

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

 span { border-color: rgb(15,153,94); }

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