Html Css Color HEX #12DB46 Malachite

📋 copy color: '#12DB46'

red 18 ◦ green 219 ◦ blue 70

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

Shades of Malachite #12DB46

Tints of Malachite #12DB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 71.34%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 5.86%
G = 71.34%
B = 22.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#12DB46 (or 0x12DB46) is known color: Malachite. HEX triplet: 12, DB and 46. RGB value is (18,219,70). Sum of RGB (Red+Green+Blue) = 18+219+70=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB46 is #ED24B9. Grayscale: #8E8E8E. Windows color (decimal): -15541434 or 4643602. OLE color: 4643602.

HSL color Cylindrical-coordinate representation of color #12DB46: hue angle of 135.52º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB46 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 219 70 -
CMYK 0.92 0 0.68 0.14
HSL 135.52º 0.85% 0.46% -
HSV(B) 135.52º 0.92% 0.86% -
XYZ 26.69 51.23 14.28 -
YUV 141.92 87.41 39.62 -
System Red Green Blue C M Y K H S L
Decimal 18 219 70 0.92 0 0.68 0.14 135.52 0.85 0.46
Hex 12 DB 46 5C 0 44 E 88 55 2E
Octal 22 333 106 134 0 104 16 210 125 56
Binary 10010 11011011 1000110 1011100 0 1000100 1110 10001000 1010101 101110

Color Harmonies of #12DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB46

Black with #12DB46

Text Example


Text Example

White with #12DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,219,70); }

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

background-color css

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

 a { background-color: rgb(18,219,70); }

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

border-color css

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

 span { border-color: rgb(18,219,70); }

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