Html Css Color HEX #12CE66 Malachite

📋 copy color: '#12CE66'

red 18 ◦ green 206 ◦ blue 102

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

Shades of Malachite #12CE66

Tints of Malachite #12CE66

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.19%

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 5.52%
G = 63.19%
B = 31.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#12CE66 (or 0x12CE66) is known color: Malachite. HEX triplet: 12, CE and 66. RGB value is (18,206,102). Sum of RGB (Red+Green+Blue) = 18+206+102=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE66 is #ED3199. Grayscale: #8A8A8A. Windows color (decimal): -15544730 or 6737426. OLE color: 6737426.

HSL color Cylindrical-coordinate representation of color #12CE66: hue angle of 146.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE66 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 102 -
CMYK 0.91 0 0.50 0.19
HSL 146.81º 0.84% 0.44% -
HSV(B) 146.81º 0.91% 0.81% -
XYZ 24.72 45.23 20 -
YUV 137.93 107.72 42.46 -
System Red Green Blue C M Y K H S L
Decimal 18 206 102 0.91 0 0.50 0.19 146.81 0.84 0.44
Hex 12 CE 66 5B 0 32 13 93 54 2C
Octal 22 316 146 133 0 62 23 223 124 54
Binary 10010 11001110 1100110 1011011 0 110010 10011 10010011 1010100 101100

Color Harmonies of #12CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE66

Black with #12CE66

Text Example


Text Example

White with #12CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,102); }

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

background-color css

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

 a { background-color: rgb(18,206,102); }

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

border-color css

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

 span { border-color: rgb(18,206,102); }

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