#12F23C

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

Shades of Malachite #12F23C

Tints of Malachite #12F23C

Color information

#12F23C (or 0x12F23C) is unknown color: approx Malachite. HEX triplet: 12, F2 and 3C. RGB value is (18,242,60). Sum of RGB (Red+Green+Blue) = 18+242+60=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #12F23C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F23C is #ED0DC3. Grayscale: #9A9A9A. Windows color (decimal): -15535556 or 3994130. OLE color: 3994130.

HSL color Cylindrical-coordinate representation of color #12F23C: hue angle of 131.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F23C is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB1824260-
CMYK0.9300.750.05
HSL131.25º89.6%50.98%-
HSV(B)131.25º92.56%94.9%-
XYZ32.8263.9614.89-
YUV154.2874.7930.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 242 (94.92% from 255) = 75.62%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=5.62%
G=75.62%
B=18.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18242600.9300.750.05131.2589.650.98
Hex12F23C5D04B5835a33
Octal22362741350113520313263
Binary1001011110010111100101110101001011101100000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,242,60); }

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

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

 a { background-color: rgb(18,242,60); }

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

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

 span { border-color: rgb(18,242,60); }

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