#12F33B

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

Shades of Malachite #12F33B

Tints of Malachite #12F33B

Color information

#12F33B (or 0x12F33B) is unknown color: approx Malachite. HEX triplet: 12, F3 and 3B. RGB value is (18,243,59). Sum of RGB (Red+Green+Blue) = 18+243+59=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #12F33B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F33B is #ED0CC4. Grayscale: #9B9B9B. Windows color (decimal): -15535301 or 3928850. OLE color: 3928850.

HSL color Cylindrical-coordinate representation of color #12F33B: hue angle of 130.93º 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 #12F33B is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB1824359-
CMYK0.9300.760.05
HSL130.93º90.36%51.18%-
HSV(B)130.93º92.59%95.29%-
XYZ33.0964.5514.85-
YUV154.7573.9630.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 243 (95.31% from 255) = 75.94%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=5.62%
G=75.94%
B=18.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18243590.9300.760.05130.9390.3651.18
Hex12F33B5D04C5835a33
Octal22363731350114520313263
Binary1001011110011111011101110101001100101100000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,243,59); }

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

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

 a { background-color: rgb(18,243,59); }

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

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

 span { border-color: rgb(18,243,59); }

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