#0FDA66

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

Shades of Malachite #0FDA66

Tints of Malachite #0FDA66

Color information

#0FDA66 (or 0x0FDA66) is unknown color: approx Malachite. HEX triplet: 0F, DA and 66. RGB value is (15,218,102). Sum of RGB (Red+Green+Blue) = 15+218+102=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDA66 is #F02599. Grayscale: #909090. Windows color (decimal): -15738266 or 6740495. OLE color: 6740495.

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

Color convert

RGB15218102-
CMYK0.9300.530.15
HSL145.71º87.12%45.69%-
HSV(B)145.71º93.12%85.49%-
XYZ27.6751.221-
YUV144.08104.2535.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.48%
GREEN value IS 218 (85.55% from 255) = 65.07%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=4.48%
G=65.07%
B=30.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152181020.9300.530.15145.7187.1245.69
HexFDA665D035F92572e
Octal173321461350651722212756
Binary1111110110101100110101110101101011111100100101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,218,102); }

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

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

 a { background-color: rgb(15,218,102); }

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

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

 span { border-color: rgb(15,218,102); }

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