Html Css Color HEX #12CE68 Malachite

📋 copy color: '#12CE68'

red 18 ◦ green 206 ◦ blue 104

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

Shades of Malachite #12CE68

Tints of Malachite #12CE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 5.49%
G = 62.8%
B = 31.71%

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

#12CE68 (or 0x12CE68) is known color: Malachite. HEX triplet: 12, CE and 68. RGB value is (18,206,104). Sum of RGB (Red+Green+Blue) = 18+206+104=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE68 is #ED3197. Grayscale: #8A8A8A. Windows color (decimal): -15544728 or 6868498. OLE color: 6868498.

HSL color Cylindrical-coordinate representation of color #12CE68: hue angle of 147.45º 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 #12CE68 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 104 -
CMYK 0.91 0 0.50 0.19
HSL 147.45º 0.84% 0.44% -
HSV(B) 147.45º 0.91% 0.81% -
XYZ 24.82 45.27 20.53 -
YUV 138.16 108.72 42.29 -
System Red Green Blue C M Y K H S L
Decimal 18 206 104 0.91 0 0.50 0.19 147.45 0.84 0.44
Hex 12 CE 68 5B 0 32 13 93 54 2C
Octal 22 316 150 133 0 62 23 223 124 54
Binary 10010 11001110 1101000 1011011 0 110010 10011 10010011 1010100 101100

Color Harmonies of #12CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE68

Black with #12CE68

Text Example


Text Example

White with #12CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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