Html Css Color HEX #12F149 Malachite

📋 copy color: '#12F149'

red 18 ◦ green 241 ◦ blue 73

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

Shades of Malachite #12F149

Tints of Malachite #12F149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 5.42%
G = 72.59%
B = 21.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#12F149 (or 0x12F149) is known color: Malachite. HEX triplet: 12, F1 and 49. RGB value is (18,241,73). Sum of RGB (Red+Green+Blue) = 18+241+73=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #12F149 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F149 is #ED0EB6. Grayscale: #9B9B9B. Windows color (decimal): -15535799 or 4845842. OLE color: 4845842.

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

Color convert

RGB 18 241 73 -
CMYK 0.93 0 0.70 0.05
HSL 134.8º 0.89% 0.51% -
HSV(B) 134.8º 0.93% 0.95% -
XYZ 32.91 63.52 16.83 -
YUV 155.17 81.62 30.16 -
System Red Green Blue C M Y K H S L
Decimal 18 241 73 0.93 0 0.70 0.05 134.8 0.89 0.51
Hex 12 F1 49 5D 0 46 5 87 59 33
Octal 22 361 111 135 0 106 5 207 131 63
Binary 10010 11110001 1001001 1011101 0 1000110 101 10000111 1011001 110011

Color Harmonies of #12F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F149

Black with #12F149

Text Example


Text Example

White with #12F149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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