#0CFF50

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

Shades of Malachite #0CFF50

Tints of Malachite #0CFF50

Color information

#0CFF50 (or 0x0CFF50) is unknown color: approx Malachite. HEX triplet: 0C, FF and 50. RGB value is (12,255,80). Sum of RGB (Red+Green+Blue) = 12+255+80=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 255 (100% from 255 or 73.49% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFF50 is #F300AF. Grayscale: #A2A2A2. Windows color (decimal): -15925424 or 5308172. OLE color: 5308172.

HSL color Cylindrical-coordinate representation of color #0CFF50: hue angle of 136.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF50 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB1225580-
CMYK0.9500.690
HSL136.79º100%52.35%-
HSV(B)136.79º95.29%100%-
XYZ37.3672.1819.55-
YUV162.3981.4920.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.46%
GREEN value IS 255 (100% from 255) = 73.49%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=3.46%
G=73.49%
B=23.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12255800.9500.690136.7910052.35
HexCFF505F0450896434
Octal143771201370105021114464
Binary11001111111110100001011111010001010100010011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CFF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,255,80); }

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

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

 a { background-color: rgb(12,255,80); }

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

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

 span { border-color: rgb(12,255,80); }

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