#0FC25A

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

Shades of Malachite #0FC25A

Tints of Malachite #0FC25A

Color information

#0FC25A (or 0x0FC25A) is unknown color: approx Malachite. HEX triplet: 0F, C2 and 5A. RGB value is (15,194,90). Sum of RGB (Red+Green+Blue) = 15+194+90=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC25A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC25A is #F03DA5. Grayscale: #808080. Windows color (decimal): -15744422 or 5947919. OLE color: 5947919.

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

Color convert

RGB1519490-
CMYK0.9200.540.24
HSL145.14º85.65%40.98%-
HSV(B)145.14º92.27%76.08%-
XYZ21.3339.4216.16-
YUV128.62106.246.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 194 (76.17% from 255) = 64.88%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=5.02%
G=64.88%
B=30.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15194900.9200.540.24145.1485.6540.98
HexFC25A5C03618915629
Octal173021321340663022112651
Binary11111100001010110101011100011011011000100100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,194,90); }

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

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

 a { background-color: rgb(15,194,90); }

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

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

 span { border-color: rgb(15,194,90); }

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