Html Css Color HEX #12F054 Malachite

📋 copy color: '#12F054'

red 18 ◦ green 240 ◦ blue 84

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

Shades of Malachite #12F054

Tints of Malachite #12F054

RGB

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

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

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

R = 5.26%
G = 70.18%
B = 24.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#12F054 (or 0x12F054) is known color: Malachite. HEX triplet: 12, F0 and 54. RGB value is (18,240,84). Sum of RGB (Red+Green+Blue) = 18+240+84=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #12F054 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F054 is #ED0FAB. Grayscale: #9C9C9C. Windows color (decimal): -15536044 or 5566482. OLE color: 5566482.

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

Color convert

RGB 18 240 84 -
CMYK 0.92 0 0.65 0.06
HSL 137.84º 0.88% 0.51% -
HSV(B) 137.84º 0.93% 0.94% -
XYZ 33.01 63.09 18.83 -
YUV 155.84 87.45 29.68 -
System Red Green Blue C M Y K H S L
Decimal 18 240 84 0.92 0 0.65 0.06 137.84 0.88 0.51
Hex 12 F0 54 5C 0 41 6 8A 58 33
Octal 22 360 124 134 0 101 6 212 130 63
Binary 10010 11110000 1010100 1011100 0 1000001 110 10001010 1011000 110011

Color Harmonies of #12F054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F054

Black with #12F054

Text Example


Text Example

White with #12F054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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