#0CF142

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

Shades of Malachite #0CF142

Tints of Malachite #0CF142

Color information

#0CF142 (or 0x0CF142) is unknown color: approx Malachite. HEX triplet: 0C, F1 and 42. RGB value is (12,241,66). Sum of RGB (Red+Green+Blue) = 12+241+66=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF142 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF142 is #F30EBD. Grayscale: #999999. Windows color (decimal): -15929022 or 4387084. OLE color: 4387084.

HSL color Cylindrical-coordinate representation of color #0CF142: hue angle of 134.15º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF142 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB1224166-
CMYK0.9500.730.05
HSL134.15º90.51%49.61%-
HSV(B)134.15º95.02%94.51%-
XYZ32.5963.3815.67-
YUV152.5879.1327.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.76%
GREEN value IS 241 (94.53% from 255) = 75.55%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=3.76%
G=75.55%
B=20.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12241660.9500.730.05134.1590.5149.61
HexCF1425F0495865b32
Octal143611021370111520613362
Binary1100111100011000010101111101001001101100001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,241,66); }

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

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

 a { background-color: rgb(12,241,66); }

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

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

 span { border-color: rgb(12,241,66); }

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