#0FFC5A

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

Shades of Malachite #0FFC5A

Tints of Malachite #0FFC5A

Color information

#0FFC5A (or 0x0FFC5A) is unknown color: approx Malachite. HEX triplet: 0F, FC and 5A. RGB value is (15,252,90). Sum of RGB (Red+Green+Blue) = 15+252+90=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 252 (98.83% from 255 or 70.59% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFC5A is #F003A5. Grayscale: #A3A3A3. Windows color (decimal): -15729574 or 5962767. OLE color: 5962767.

HSL color Cylindrical-coordinate representation of color #0FFC5A: hue angle of 138.99º 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 #0FFC5A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB1525290-
CMYK0.9400.640.01
HSL138.99º97.53%52.35%-
HSV(B)138.99º94.05%98.82%-
XYZ36.8570.4621.33-
YUV162.6786.9822.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.20%
GREEN value IS 252 (98.83% from 255) = 70.59%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=4.20%
G=70.59%
B=25.21%

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
Decimal15252900.9400.640.01138.9997.5352.35
HexFFC5A5E04018b6234
Octal173741321360100121314264
Binary11111111110010110101011110010000001100010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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