Html Css Color HEX #12F154 Malachite

📋 copy color: '#12F154'

red 18 ◦ green 241 ◦ blue 84

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

Shades of Malachite #12F154

Tints of Malachite #12F154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.49%

R = 5.25%
G = 70.26%
B = 24.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#12F154 (or 0x12F154) is known color: Malachite. HEX triplet: 12, F1 and 54. RGB value is (18,241,84). Sum of RGB (Red+Green+Blue) = 18+241+84=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #12F154 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F154 is #ED0EAB. Grayscale: #9C9C9C. Windows color (decimal): -15535788 or 5566738. OLE color: 5566738.

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

Color convert

RGB 18 241 84 -
CMYK 0.93 0 0.65 0.05
HSL 137.76º 0.89% 0.51% -
HSV(B) 137.76º 0.93% 0.95% -
XYZ 33.3 63.68 18.92 -
YUV 156.43 87.12 29.27 -
System Red Green Blue C M Y K H S L
Decimal 18 241 84 0.93 0 0.65 0.05 137.76 0.89 0.51
Hex 12 F1 54 5D 0 41 5 8A 59 33
Octal 22 361 124 135 0 101 5 212 131 63
Binary 10010 11110001 1010100 1011101 0 1000001 101 10001010 1011001 110011

Color Harmonies of #12F154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F154

Black with #12F154

Text Example


Text Example

White with #12F154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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