#0FCA52

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

Shades of Malachite #0FCA52

Tints of Malachite #0FCA52

Color information

#0FCA52 (or 0x0FCA52) is unknown color: approx Malachite. HEX triplet: 0F, CA and 52. RGB value is (15,202,82). Sum of RGB (Red+Green+Blue) = 15+202+82=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 202 (79.30% from 255 or 67.56% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCA52 is #F035AD. Grayscale: #848484. Windows color (decimal): -15742382 or 5425679. OLE color: 5425679.

HSL color Cylindrical-coordinate representation of color #0FCA52: hue angle of 141.5º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA52 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB1520282-
CMYK0.9300.590.21
HSL141.5º86.18%42.55%-
HSV(B)141.5º92.57%79.22%-
XYZ22.8442.9515.07-
YUV132.4199.5544.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 202 (79.30% from 255) = 67.56%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=5.02%
G=67.56%
B=27.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15202820.9300.590.21141.586.1842.55
HexFCA525D03B158d562b
Octal173121221350732521512653
Binary11111100101010100101011101011101110101100011011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,202,82); }

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

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

 a { background-color: rgb(15,202,82); }

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

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

 span { border-color: rgb(15,202,82); }

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