#0FFC5B

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

Shades of Malachite #0FFC5B

Tints of Malachite #0FFC5B

Color information

#0FFC5B (or 0x0FFC5B) is unknown color: approx Malachite. HEX triplet: 0F, FC and 5B. RGB value is (15,252,91). Sum of RGB (Red+Green+Blue) = 15+252+91=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 252 (98.83% from 255 or 70.39% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFC5B is #F003A4. Grayscale: #A3A3A3. Windows color (decimal): -15729573 or 6028303. OLE color: 6028303.

HSL color Cylindrical-coordinate representation of color #0FFC5B: hue angle of 139.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC5B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB1525291-
CMYK0.9400.640.01
HSL139.24º97.53%52.35%-
HSV(B)139.24º94.05%98.82%-
XYZ36.970.4821.56-
YUV162.7887.4822.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.19%
GREEN value IS 252 (98.83% from 255) = 70.39%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=4.19%
G=70.39%
B=25.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15252910.9400.640.01139.2497.5352.35
HexFFC5B5E04018b6234
Octal173741331360100121314264
Binary11111111110010110111011110010000001100010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,252,91); }

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

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

 a { background-color: rgb(15,252,91); }

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

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

 span { border-color: rgb(15,252,91); }

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