#12F068

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

Shades of Malachite #12F068

Tints of Malachite #12F068

Color information

#12F068 (or 0x12F068) is unknown color: approx Malachite. HEX triplet: 12, F0 and 68. RGB value is (18,240,104). Sum of RGB (Red+Green+Blue) = 18+240+104=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #12F068 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F068 is #ED0F97. Grayscale: #9E9E9E. Windows color (decimal): -15536024 or 6877202. OLE color: 6877202.

HSL color Cylindrical-coordinate representation of color #12F068: hue angle of 143.24º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F068 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB18240104-
CMYK0.9200.570.06
HSL143.24º88.1%50.59%-
HSV(B)143.24º92.5%94.12%-
XYZ33.9163.4523.56-
YUV158.1297.4528.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.97%
GREEN value IS 240 (94.14% from 255) = 66.30%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=4.97%
G=66.30%
B=28.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182401040.9200.570.06143.2488.150.59
Hex12F0685C03968f5833
Octal22360150134071621713063
Binary1001011110000110100010111000111001110100011111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12F068; }

 p { color: rgb(18,240,104); }

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

<style>
 a { background-color: #12F068; }

 a { background-color: rgb(18,240,104); }

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

<style>
 span { border-color: #12F068; }

 span { border-color: rgb(18,240,104); }

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