Html Css Color HEX #12F157 Malachite

📋 copy color: '#12F157'

red 18 ◦ green 241 ◦ blue 87

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

Shades of Malachite #12F157

Tints of Malachite #12F157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 5.2%
G = 69.65%
B = 25.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#12F157 (or 0x12F157) is known color: Malachite. HEX triplet: 12, F1 and 57. RGB value is (18,241,87). Sum of RGB (Red+Green+Blue) = 18+241+87=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #12F157 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F157 is #ED0EA8. Grayscale: #9D9D9D. Windows color (decimal): -15535785 or 5763346. OLE color: 5763346.

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

Color convert

RGB 18 241 87 -
CMYK 0.93 0 0.64 0.05
HSL 138.57º 0.89% 0.51% -
HSV(B) 138.57º 0.93% 0.95% -
XYZ 33.43 63.73 19.56 -
YUV 156.77 88.62 29.02 -
System Red Green Blue C M Y K H S L
Decimal 18 241 87 0.93 0 0.64 0.05 138.57 0.89 0.51
Hex 12 F1 57 5D 0 40 5 8B 59 33
Octal 22 361 127 135 0 100 5 213 131 63
Binary 10010 11110001 1010111 1011101 0 1000000 101 10001011 1011001 110011

Color Harmonies of #12F157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F157

Black with #12F157

Text Example


Text Example

White with #12F157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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