#12E233

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

Shades of Malachite #12E233

Tints of Malachite #12E233

Color information

#12E233 (or 0x12E233) is unknown color: approx Malachite. HEX triplet: 12, E2 and 33. RGB value is (18,226,51). Sum of RGB (Red+Green+Blue) = 18+226+51=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 226 (88.67% from 255 or 76.61% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 226 - color contains mainly: green. Hex color #12E233 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E233 is #ED1DCC. Grayscale: #909090. Windows color (decimal): -15539661 or 3400210. OLE color: 3400210.

HSL color Cylindrical-coordinate representation of color #12E233: hue angle of 129.52º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E233 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB1822651-
CMYK0.9200.770.11
HSL129.52º85.25%47.84%-
HSV(B)129.52º92.04%88.63%-
XYZ28.0454.7612.22-
YUV143.8675.5938.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 226 (88.67% from 255) = 76.61%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=6.10%
G=76.61%
B=17.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18226510.9200.770.11129.5285.2547.84
Hex12E2335C04DB825530
Octal223426313401151320212560
Binary10010111000101100111011100010011011011100000101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,226,51); }

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

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

 a { background-color: rgb(18,226,51); }

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

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

 span { border-color: rgb(18,226,51); }

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