Html Css Color HEX #12F15E Malachite

📋 copy color: '#12F15E'

red 18 ◦ green 241 ◦ blue 94

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

Shades of Malachite #12F15E

Tints of Malachite #12F15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 5.1%
G = 68.27%
B = 26.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#12F15E (or 0x12F15E) is known color: Malachite. HEX triplet: 12, F1 and 5E. RGB value is (18,241,94). Sum of RGB (Red+Green+Blue) = 18+241+94=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #12F15E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F15E is #ED0EA1. Grayscale: #9D9D9D. Windows color (decimal): -15535778 or 6222098. OLE color: 6222098.

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

Color convert

RGB 18 241 94 -
CMYK 0.93 0 0.61 0.05
HSL 140.45º 0.89% 0.51% -
HSV(B) 140.45º 0.93% 0.95% -
XYZ 33.73 63.85 21.14 -
YUV 157.57 92.12 28.45 -
System Red Green Blue C M Y K H S L
Decimal 18 241 94 0.93 0 0.61 0.05 140.45 0.89 0.51
Hex 12 F1 5E 5D 0 3D 5 8C 59 33
Octal 22 361 136 135 0 75 5 214 131 63
Binary 10010 11110001 1011110 1011101 0 111101 101 10001100 1011001 110011

Color Harmonies of #12F15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F15E

Black with #12F15E

Text Example


Text Example

White with #12F15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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