#0FC450

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

Shades of Malachite #0FC450

Tints of Malachite #0FC450

Color information

#0FC450 (or 0x0FC450) is unknown color: approx Malachite. HEX triplet: 0F, C4 and 50. RGB value is (15,196,80). Sum of RGB (Red+Green+Blue) = 15+196+80=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 196 (76.95% from 255 or 67.35% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC450 is #F03BAF. Grayscale: #808080. Windows color (decimal): -15743920 or 5293071. OLE color: 5293071.

HSL color Cylindrical-coordinate representation of color #0FC450: hue angle of 141.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC450 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB1519680-
CMYK0.9200.590.23
HSL141.55º85.78%41.37%-
HSV(B)141.55º92.35%76.86%-
XYZ21.3840.1614.21-
YUV128.66100.5346.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 196 (76.95% from 255) = 67.35%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=5.15%
G=67.35%
B=27.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15196800.9200.590.23141.5585.7841.37
HexFC4505C03B178e5629
Octal173041201340732721612651
Binary11111100010010100001011100011101110111100011101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,196,80); }

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

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

 a { background-color: rgb(15,196,80); }

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

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

 span { border-color: rgb(15,196,80); }

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