Html Css Color HEX #12F140 Malachite

📋 copy color: '#12F140'

red 18 ◦ green 241 ◦ blue 64

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

Shades of Malachite #12F140

Tints of Malachite #12F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.61%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 5.57%
G = 74.61%
B = 19.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#12F140 (or 0x12F140) is known color: Malachite. HEX triplet: 12, F1 and 40. RGB value is (18,241,64). Sum of RGB (Red+Green+Blue) = 18+241+64=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #12F140 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F140 is #ED0EBF. Grayscale: #9A9A9A. Windows color (decimal): -15535808 or 4256018. OLE color: 4256018.

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

Color convert

RGB 18 241 64 -
CMYK 0.93 0 0.73 0.05
HSL 132.38º 0.89% 0.51% -
HSV(B) 132.38º 0.93% 0.95% -
XYZ 32.63 63.41 15.37 -
YUV 154.15 77.12 30.89 -
System Red Green Blue C M Y K H S L
Decimal 18 241 64 0.93 0 0.73 0.05 132.38 0.89 0.51
Hex 12 F1 40 5D 0 49 5 84 59 33
Octal 22 361 100 135 0 111 5 204 131 63
Binary 10010 11110001 1000000 1011101 0 1001001 101 10000100 1011001 110011

Color Harmonies of #12F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F140

Black with #12F140

Text Example


Text Example

White with #12F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,64); }

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

background-color css

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

 a { background-color: rgb(18,241,64); }

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

border-color css

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

 span { border-color: rgb(18,241,64); }

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