Html Css Color HEX #12F036 Malachite

📋 copy color: '#12F036'

red 18 ◦ green 240 ◦ blue 54

#12F036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #12F036

Tints of Malachite #12F036

RGB

 RED value IS 18 (7.42% from 255) = 5.77%

 GREEN value IS 240 (94.14% from 255) = 76.92%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 5.77%
G = 76.92%
B = 17.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#12F036 (or 0x12F036) is known color: Malachite. HEX triplet: 12, F0 and 36. RGB value is (18,240,54). Sum of RGB (Red+Green+Blue) = 18+240+54=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 240 (94.14% from 255 or 76.92% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 240 - color contains mainly: green. Hex color #12F036 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F036 is #ED0FC9. Grayscale: #989898. Windows color (decimal): -15536074 or 3600402. OLE color: 3600402.

HSL color Cylindrical-coordinate representation of color #12F036: hue angle of 129.73º 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 #12F036 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 240 54 -
CMYK 0.92 0 0.78 0.06
HSL 129.73º 0.88% 0.51% -
HSV(B) 129.73º 0.93% 0.94% -
XYZ 32.08 62.72 13.9 -
YUV 152.42 72.45 32.12 -
System Red Green Blue C M Y K H S L
Decimal 18 240 54 0.92 0 0.78 0.06 129.73 0.88 0.51
Hex 12 F0 36 5C 0 4E 6 82 58 33
Octal 22 360 66 134 0 116 6 202 130 63
Binary 10010 11110000 110110 1011100 0 1001110 110 10000010 1011000 110011

Color Harmonies of #12F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F036

Black with #12F036

Text Example


Text Example

White with #12F036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12F036;
 }
 .AnyTagClassName
 {
   color: #12F036;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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