#0F935C

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

Shades of Shamrock Green #0F935C

Tints of Shamrock Green #0F935C

Color information

#0F935C (or 0x0F935C) is unknown color: approx Shamrock Green. HEX triplet: 0F, 93 and 5C. RGB value is (15,147,92). Sum of RGB (Red+Green+Blue) = 15+147+92=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #0F935C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F935C is #F06CA3. Grayscale: #656565. Windows color (decimal): -15756452 or 6066959. OLE color: 6066959.

HSL color Cylindrical-coordinate representation of color #0F935C: hue angle of 155º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F935C is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1514792-
CMYK0.9000.370.42
HSL155º81.48%31.76%-
HSV(B)155º89.8%57.65%-
XYZ12.5621.7413.66-
YUV101.26122.7766.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 147 (57.81% from 255) = 57.87%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=5.91%
G=57.87%
B=36.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15147920.9000.370.4215581.4831.76
HexF935C5A0252A9b5120
Octal172231341320455223312140
Binary111110010011101110010110100100101101010100110111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,147,92); }

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

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

 a { background-color: rgb(15,147,92); }

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

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

 span { border-color: rgb(15,147,92); }

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