#0FD84A

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

Shades of Malachite #0FD84A

Tints of Malachite #0FD84A

Color information

#0FD84A (or 0x0FD84A) is unknown color: approx Malachite. HEX triplet: 0F, D8 and 4A. RGB value is (15,216,74). Sum of RGB (Red+Green+Blue) = 15+216+74=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD84A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD84A is #F027B5. Grayscale: #8C8C8C. Windows color (decimal): -15738806 or 4904975. OLE color: 4904975.

HSL color Cylindrical-coordinate representation of color #0FD84A: hue angle of 137.61º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD84A is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB1521674-
CMYK0.9300.660.15
HSL137.61º87.01%45.29%-
HSV(B)137.61º93.06%84.71%-
XYZ25.9949.7114.7-
YUV139.7190.9139.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.92%
GREEN value IS 216 (84.77% from 255) = 70.82%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=4.92%
G=70.82%
B=24.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15216740.9300.660.15137.6187.0145.29
HexFD84A5D042F8a572d
Octal1733011213501021721212755
Binary11111101100010010101011101010000101111100010101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,216,74); }

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

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

 a { background-color: rgb(15,216,74); }

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

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

 span { border-color: rgb(15,216,74); }

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