Html Css Color HEX #12CE45 Malachite

📋 copy color: '#12CE45'

red 18 ◦ green 206 ◦ blue 69

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

Shades of Malachite #12CE45

Tints of Malachite #12CE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 6.14%
G = 70.31%
B = 23.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#12CE45 (or 0x12CE45) is known color: Malachite. HEX triplet: 12, CE and 45. RGB value is (18,206,69). Sum of RGB (Red+Green+Blue) = 18+206+69=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 206 (80.86% from 255 or 70.31% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE45 is #ED31BA. Grayscale: #868686. Windows color (decimal): -15544763 or 4574738. OLE color: 4574738.

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

Color convert

RGB 18 206 69 -
CMYK 0.91 0 0.67 0.19
HSL 136.28º 0.84% 0.44% -
HSV(B) 136.28º 0.91% 0.81% -
XYZ 23.39 44.7 13.03 -
YUV 134.17 91.22 45.14 -
System Red Green Blue C M Y K H S L
Decimal 18 206 69 0.91 0 0.67 0.19 136.28 0.84 0.44
Hex 12 CE 45 5B 0 43 13 88 54 2C
Octal 22 316 105 133 0 103 23 210 124 54
Binary 10010 11001110 1000101 1011011 0 1000011 10011 10001000 1010100 101100

Color Harmonies of #12CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE45

Black with #12CE45

Text Example


Text Example

White with #12CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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