Html Css Color HEX #12F364 Malachite

📋 copy color: '#12F364'

red 18 ◦ green 243 ◦ blue 100

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

Shades of Malachite #12F364

Tints of Malachite #12F364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.31%

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 4.99%
G = 67.31%
B = 27.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#12F364 (or 0x12F364) is known color: Malachite. HEX triplet: 12, F3 and 64. RGB value is (18,243,100). Sum of RGB (Red+Green+Blue) = 18+243+100=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #12F364 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F364 is #ED0C9B. Grayscale: #9F9F9F. Windows color (decimal): -15535260 or 6615826. OLE color: 6615826.

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

Color convert

RGB 18 243 100 -
CMYK 0.93 0 0.59 0.05
HSL 141.87º 0.9% 0.51% -
HSV(B) 141.87º 0.93% 0.95% -
XYZ 34.6 65.15 22.81 -
YUV 159.42 94.46 27.13 -
System Red Green Blue C M Y K H S L
Decimal 18 243 100 0.93 0 0.59 0.05 141.87 0.9 0.51
Hex 12 F3 64 5D 0 3B 5 8E 5A 33
Octal 22 363 144 135 0 73 5 216 132 63
Binary 10010 11110011 1100100 1011101 0 111011 101 10001110 1011010 110011

Color Harmonies of #12F364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F364

Black with #12F364

Text Example


Text Example

White with #12F364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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