Html Css Color HEX #12F14C Malachite

📋 copy color: '#12F14C'

red 18 ◦ green 241 ◦ blue 76

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

Shades of Malachite #12F14C

Tints of Malachite #12F14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 5.37%
G = 71.94%
B = 22.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#12F14C (or 0x12F14C) is known color: Malachite. HEX triplet: 12, F1 and 4C. RGB value is (18,241,76). Sum of RGB (Red+Green+Blue) = 18+241+76=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #12F14C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F14C is #ED0EB3. Grayscale: #9B9B9B. Windows color (decimal): -15535796 or 5042450. OLE color: 5042450.

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

Color convert

RGB 18 241 76 -
CMYK 0.93 0 0.68 0.05
HSL 135.61º 0.89% 0.51% -
HSV(B) 135.61º 0.93% 0.95% -
XYZ 33.01 63.56 17.37 -
YUV 155.51 83.12 29.92 -
System Red Green Blue C M Y K H S L
Decimal 18 241 76 0.93 0 0.68 0.05 135.61 0.89 0.51
Hex 12 F1 4C 5D 0 44 5 88 59 33
Octal 22 361 114 135 0 104 5 210 131 63
Binary 10010 11110001 1001100 1011101 0 1000100 101 10001000 1011001 110011

Color Harmonies of #12F14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F14C

Black with #12F14C

Text Example


Text Example

White with #12F14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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